Html Css Color HEX #C85770 Cabaret

📋 copy color: '#C85770'

red 200 ◦ green 87 ◦ blue 112

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

Shades of Cabaret #C85770

Tints of Cabaret #C85770

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.8%

 BLUE value IS 112 (44.14% from 255) = 28.07%

R = 50.13%
G = 21.8%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C85770 (or 0xC85770) is known color: Cabaret. HEX triplet: C8, 57 and 70. RGB value is (200,87,112). Sum of RGB (Red+Green+Blue) = 200+87+112=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 87 (34.38% from 255 or 21.80% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C85770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85770 is #37A88F. Grayscale: #7B7B7B. Windows color (decimal): -3647632 or 7362504. OLE color: 7362504.

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

Color convert

RGB 200 87 112 -
CMYK 0 0.56 0.44 0.22
HSL 346.73º 0.51% 0.56% -
HSV(B) 346.73º 0.57% 0.78% -
XYZ 30.15 20.27 17.65 -
YUV 123.64 121.44 182.47 -
System Red Green Blue C M Y K H S L
Decimal 200 87 112 0 0.56 0.44 0.22 346.73 0.51 0.56
Hex C8 57 70 0 38 2C 16 15B 33 38
Octal 310 127 160 0 70 54 26 533 63 70
Binary 11001000 1010111 1110000 0 111000 101100 10110 101011011 110011 111000

Color Harmonies of #C85770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85770

Black with #C85770

Text Example


Text Example

White with #C85770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85770; }

 p { color: rgb(200,87,112); }

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

background-color css

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

 a { background-color: rgb(200,87,112); }

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

border-color css

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

 span { border-color: rgb(200,87,112); }

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