Html Css Color HEX #C86876 Cabaret

📋 copy color: '#C86876'

red 200 ◦ green 104 ◦ blue 118

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

Shades of Cabaret #C86876

Tints of Cabaret #C86876

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.64%

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

R = 47.39%
G = 24.64%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C86876 (or 0xC86876) is known color: Cabaret. HEX triplet: C8, 68 and 76. RGB value is (200,104,118). Sum of RGB (Red+Green+Blue) = 200+104+118=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C86876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86876 is #379789. Grayscale: #868686. Windows color (decimal): -3643274 or 7760072. OLE color: 7760072.

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

Color convert

RGB 200 104 118 -
CMYK 0 0.48 0.41 0.22
HSL 351.25º 0.47% 0.6% -
HSV(B) 351.25º 0.48% 0.78% -
XYZ 32.04 23.49 19.98 -
YUV 134.3 118.8 174.86 -
System Red Green Blue C M Y K H S L
Decimal 200 104 118 0 0.48 0.41 0.22 351.25 0.47 0.6
Hex C8 68 76 0 30 29 16 15F 2F 3C
Octal 310 150 166 0 60 51 26 537 57 74
Binary 11001000 1101000 1110110 0 110000 101001 10110 101011111 101111 111100

Color Harmonies of #C86876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86876

Black with #C86876

Text Example


Text Example

White with #C86876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86876; }

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

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

background-color css

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

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

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

border-color css

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

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

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