Html Css Color HEX #C86476 Cabaret

📋 copy color: '#C86476'

red 200 ◦ green 100 ◦ blue 118

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

Shades of Cabaret #C86476

Tints of Cabaret #C86476

RGB

 RED value IS 200 (78.52% from 255) = 47.85%

 GREEN value IS 100 (39.45% from 255) = 23.92%

 BLUE value IS 118 (46.48% from 255) = 28.23%

R = 47.85%
G = 23.92%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C86476 (or 0xC86476) is known color: Cabaret. HEX triplet: C8, 64 and 76. RGB value is (200,100,118). Sum of RGB (Red+Green+Blue) = 200+100+118=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C86476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86476 is #379B89. Grayscale: #838383. Windows color (decimal): -3644298 or 7759048. OLE color: 7759048.

HSL color Cylindrical-coordinate representation of color #C86476: hue angle of 349.2º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C86476 is Cyan = 0, Magento = 0.5, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 100 118 -
CMYK 0 0.5 0.41 0.22
HSL 349.2º 0.48% 0.59% -
HSV(B) 349.2º 0.5% 0.78% -
XYZ 31.65 22.7 19.85 -
YUV 131.95 120.13 176.54 -
System Red Green Blue C M Y K H S L
Decimal 200 100 118 0 0.5 0.41 0.22 349.2 0.48 0.59
Hex C8 64 76 0 32 29 16 15D 30 3B
Octal 310 144 166 0 62 51 26 535 60 73
Binary 11001000 1100100 1110110 0 110010 101001 10110 101011101 110000 111011

Color Harmonies of #C86476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86476

Black with #C86476

Text Example


Text Example

White with #C86476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86476; }

 p { color: rgb(200,100,118); }

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

background-color css

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

 a { background-color: rgb(200,100,118); }

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

border-color css

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

 span { border-color: rgb(200,100,118); }

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