Html Css Color HEX #C86376 Cabaret

📋 copy color: '#C86376'

red 200 ◦ green 99 ◦ blue 118

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

Shades of Cabaret #C86376

Tints of Cabaret #C86376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.74%

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

R = 47.96%
G = 23.74%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C86376 (or 0xC86376) is known color: Cabaret. HEX triplet: C8, 63 and 76. RGB value is (200,99,118). Sum of RGB (Red+Green+Blue) = 200+99+118=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C86376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86376 is #379C89. Grayscale: #838383. Windows color (decimal): -3644554 or 7758792. OLE color: 7758792.

HSL color Cylindrical-coordinate representation of color #C86376: hue angle of 348.71º 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 #C86376 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 99 118 -
CMYK 0 0.50 0.41 0.22
HSL 348.71º 0.48% 0.59% -
HSV(B) 348.71º 0.51% 0.78% -
XYZ 31.55 22.51 19.82 -
YUV 131.37 120.46 176.96 -
System Red Green Blue C M Y K H S L
Decimal 200 99 118 0 0.50 0.41 0.22 348.71 0.48 0.59
Hex C8 63 76 0 32 29 16 15D 30 3B
Octal 310 143 166 0 62 51 26 535 60 73
Binary 11001000 1100011 1110110 0 110010 101001 10110 101011101 110000 111011

Color Harmonies of #C86376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86376

Black with #C86376

Text Example


Text Example

White with #C86376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86376; }

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

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

background-color css

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

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

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

border-color css

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

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

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