Html Css Color HEX #C86079 Cabaret

📋 copy color: '#C86079'

red 200 ◦ green 96 ◦ blue 121

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

Shades of Cabaret #C86079

Tints of Cabaret #C86079

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.02%

 BLUE value IS 121 (47.66% from 255) = 29.02%

R = 47.96%
G = 23.02%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C86079 (or 0xC86079) is known color: Cabaret. HEX triplet: C8, 60 and 79. RGB value is (200,96,121). Sum of RGB (Red+Green+Blue) = 200+96+121=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C86079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86079 is #379F86. Grayscale: #818181. Windows color (decimal): -3645319 or 7954632. OLE color: 7954632.

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

Color convert

RGB 200 96 121 -
CMYK 0 0.52 0.39 0.22
HSL 345.58º 0.49% 0.58% -
HSV(B) 345.58º 0.52% 0.78% -
XYZ 31.45 22.03 20.68 -
YUV 129.95 122.96 177.97 -
System Red Green Blue C M Y K H S L
Decimal 200 96 121 0 0.52 0.39 0.22 345.58 0.49 0.58
Hex C8 60 79 0 34 27 16 15A 31 3A
Octal 310 140 171 0 64 47 26 532 61 72
Binary 11001000 1100000 1111001 0 110100 100111 10110 101011010 110001 111010

Color Harmonies of #C86079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86079

Black with #C86079

Text Example


Text Example

White with #C86079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86079; }

 p { color: rgb(200,96,121); }

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

background-color css

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

 a { background-color: rgb(200,96,121); }

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

border-color css

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

 span { border-color: rgb(200,96,121); }

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