Html Css Color HEX #C71866 Ruby

📋 copy color: '#C71866'

red 199 ◦ green 24 ◦ blue 102

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

Shades of Ruby #C71866

Tints of Ruby #C71866

RGB

 RED value IS 199 (78.13% from 255) = 61.23%

 GREEN value IS 24 (9.77% from 255) = 7.38%

 BLUE value IS 102 (40.23% from 255) = 31.38%

R = 61.23%
G = 7.38%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C71866 (or 0xC71866) is known color: Ruby. HEX triplet: C7, 18 and 66. RGB value is (199,24,102). Sum of RGB (Red+Green+Blue) = 199+24+102=325 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.23% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 199 - color contains mainly: red. Hex color #C71866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71866 is #38E799. Grayscale: #555555. Windows color (decimal): -3729306 or 6691015. OLE color: 6691015.

HSL color Cylindrical-coordinate representation of color #C71866: hue angle of 333.26º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71866 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 24 102 -
CMYK 0 0.88 0.49 0.22
HSL 333.26º 0.78% 0.44% -
HSV(B) 333.26º 0.88% 0.78% -
XYZ 26.28 13.75 13.84 -
YUV 85.22 137.48 209.16 -
System Red Green Blue C M Y K H S L
Decimal 199 24 102 0 0.88 0.49 0.22 333.26 0.78 0.44
Hex C7 18 66 0 58 31 16 14D 4E 2C
Octal 307 30 146 0 130 61 26 515 116 54
Binary 11000111 11000 1100110 0 1011000 110001 10110 101001101 1001110 101100

Color Harmonies of #C71866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71866

Black with #C71866

Text Example


Text Example

White with #C71866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71866; }

 p { color: rgb(199,24,102); }

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

background-color css

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

 a { background-color: rgb(199,24,102); }

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

border-color css

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

 span { border-color: rgb(199,24,102); }

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