Html Css Color HEX #C50165 Ruby

📋 copy color: '#C50165'

red 197 ◦ green 1 ◦ blue 101

#C50165
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ruby #C50165

Tints of Ruby #C50165

RGB

 RED value IS 197 (77.34% from 255) = 65.89%

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 101 (39.84% from 255) = 33.78%

R = 65.89%
G = 0.33%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C50165 (or 0xC50165) is known color: Ruby. HEX triplet: C5, 01 and 65. RGB value is (197,1,101). Sum of RGB (Red+Green+Blue) = 197+1+101=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C50165 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50165 is #3AFE9A. Grayscale: #464646. Windows color (decimal): -3866267 or 6619589. OLE color: 6619589.

HSL color Cylindrical-coordinate representation of color #C50165: hue angle of 329.39º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C50165 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 1 101 -
CMYK 0 0.99 0.49 0.23
HSL 329.39º 0.99% 0.39% -
HSV(B) 329.39º 0.99% 0.77% -
XYZ 25.39 12.83 13.45 -
YUV 71 144.93 217.87 -
System Red Green Blue C M Y K H S L
Decimal 197 1 101 0 0.99 0.49 0.23 329.39 0.99 0.39
Hex C5 1 65 0 63 31 17 149 63 27
Octal 305 1 145 0 143 61 27 511 143 47
Binary 11000101 1 1100101 0 1100011 110001 10111 101001001 1100011 100111

Color Harmonies of #C50165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50165

Black with #C50165

Text Example


Text Example

White with #C50165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50165; }

 p { color: rgb(197,1,101); }

 H1.HeaderClassName
 {
   color: #C50165;
 }
 .AnyTagClassName
 {
   color: #C50165;
 }
</style>

background-color css

<style>
 a { background-color: #C50165; }

 a { background-color: rgb(197,1,101); }

 div.DivClassName
 {
   background-color: #C50165;
 }
 .BgClassName
 {
   background-color: #C50165;
 }
</style>

border-color css

<style>
 span { border-color: #C50165; }

 span { border-color: rgb(197,1,101); }

 td.TdClassName
 {
   border-color: #C50165;
 }
 .TagClassName
 {
   border-color: #C50165;
 }
</style>