Html Css Color HEX #C86576 Cabaret

📋 copy color: '#C86576'

red 200 ◦ green 101 ◦ blue 118

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

Shades of Cabaret #C86576

Tints of Cabaret #C86576

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.11%

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

R = 47.73%
G = 24.11%
B = 28.16%

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

#C86576 (or 0xC86576) is known color: Cabaret. HEX triplet: C8, 65 and 76. RGB value is (200,101,118). Sum of RGB (Red+Green+Blue) = 200+101+118=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C86576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86576 is #379A89. Grayscale: #848484. Windows color (decimal): -3644042 or 7759304. OLE color: 7759304.

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

Color convert

RGB 200 101 118 -
CMYK 0 0.49 0.41 0.22
HSL 349.7º 0.47% 0.59% -
HSV(B) 349.7º 0.5% 0.78% -
XYZ 31.74 22.89 19.89 -
YUV 132.54 119.8 176.12 -
System Red Green Blue C M Y K H S L
Decimal 200 101 118 0 0.49 0.41 0.22 349.7 0.47 0.59
Hex C8 65 76 0 31 29 16 15E 2F 3B
Octal 310 145 166 0 61 51 26 536 57 73
Binary 11001000 1100101 1110110 0 110001 101001 10110 101011110 101111 111011

Color Harmonies of #C86576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86576

Black with #C86576

Text Example


Text Example

White with #C86576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86576; }

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

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

background-color css

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

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

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

border-color css

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

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

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