Html Css Color HEX #C86676 Cabaret

📋 copy color: '#C86676'

red 200 ◦ green 102 ◦ blue 118

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

Shades of Cabaret #C86676

Tints of Cabaret #C86676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.29%

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

R = 47.62%
G = 24.29%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C86676 (or 0xC86676) is known color: Cabaret. HEX triplet: C8, 66 and 76. RGB value is (200,102,118). Sum of RGB (Red+Green+Blue) = 200+102+118=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C86676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86676 is #379989. Grayscale: #858585. Windows color (decimal): -3643786 or 7759560. OLE color: 7759560.

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

Color convert

RGB 200 102 118 -
CMYK 0 0.49 0.41 0.22
HSL 350.2º 0.47% 0.59% -
HSV(B) 350.2º 0.49% 0.78% -
XYZ 31.84 23.09 19.92 -
YUV 133.13 119.47 175.7 -
System Red Green Blue C M Y K H S L
Decimal 200 102 118 0 0.49 0.41 0.22 350.2 0.47 0.59
Hex C8 66 76 0 31 29 16 15E 2F 3B
Octal 310 146 166 0 61 51 26 536 57 73
Binary 11001000 1100110 1110110 0 110001 101001 10110 101011110 101111 111011

Color Harmonies of #C86676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86676

Black with #C86676

Text Example


Text Example

White with #C86676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86676; }

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

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

background-color css

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

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

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

border-color css

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

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

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