Html Css Color HEX #C85979 Cabaret

📋 copy color: '#C85979'

red 200 ◦ green 89 ◦ blue 121

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

Shades of Cabaret #C85979

Tints of Cabaret #C85979

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.71%

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

R = 48.78%
G = 21.71%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C85979 (or 0xC85979) is known color: Cabaret. HEX triplet: C8, 59 and 79. RGB value is (200,89,121). Sum of RGB (Red+Green+Blue) = 200+89+121=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C85979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85979 is #37A686. Grayscale: #7D7D7D. Windows color (decimal): -3647111 or 7952840. OLE color: 7952840.

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

Color convert

RGB 200 89 121 -
CMYK 0 0.56 0.39 0.22
HSL 342.7º 0.5% 0.57% -
HSV(B) 342.7º 0.56% 0.78% -
XYZ 30.84 20.8 20.48 -
YUV 125.84 125.27 180.9 -
System Red Green Blue C M Y K H S L
Decimal 200 89 121 0 0.56 0.39 0.22 342.7 0.5 0.57
Hex C8 59 79 0 38 27 16 157 32 39
Octal 310 131 171 0 70 47 26 527 62 71
Binary 11001000 1011001 1111001 0 111000 100111 10110 101010111 110010 111001

Color Harmonies of #C85979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85979

Black with #C85979

Text Example


Text Example

White with #C85979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85979; }

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

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

background-color css

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

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

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

border-color css

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

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

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