Html Css Color HEX #C85978 Cabaret

📋 copy color: '#C85978'

red 200 ◦ green 89 ◦ blue 120

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

Shades of Cabaret #C85978

Tints of Cabaret #C85978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.34%

R = 48.9%
G = 21.76%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.4

 K value IS 0.22

RGB Variations

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

Color information

#C85978 (or 0xC85978) is known color: Cabaret. HEX triplet: C8, 59 and 78. RGB value is (200,89,120). Sum of RGB (Red+Green+Blue) = 200+89+120=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C85978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85978 is #37A687. Grayscale: #7D7D7D. Windows color (decimal): -3647112 or 7887304. OLE color: 7887304.

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

Color convert

RGB 200 89 120 -
CMYK 0 0.56 0.4 0.22
HSL 343.24º 0.5% 0.57% -
HSV(B) 343.24º 0.56% 0.78% -
XYZ 30.78 20.78 20.16 -
YUV 125.72 124.77 180.98 -
System Red Green Blue C M Y K H S L
Decimal 200 89 120 0 0.56 0.4 0.22 343.24 0.5 0.57
Hex C8 59 78 0 38 28 16 157 32 39
Octal 310 131 170 0 70 50 26 527 62 71
Binary 11001000 1011001 1111000 0 111000 101000 10110 101010111 110010 111001

Color Harmonies of #C85978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85978

Black with #C85978

Text Example


Text Example

White with #C85978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85978; }

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

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

background-color css

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

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

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

border-color css

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

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

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