Html Css Color HEX #C85970 Cabaret

📋 copy color: '#C85970'

red 200 ◦ green 89 ◦ blue 112

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

Shades of Cabaret #C85970

Tints of Cabaret #C85970

RGB

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

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

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

R = 49.88%
G = 22.19%
B = 27.93%

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

#C85970 (or 0xC85970) is known color: Cabaret. HEX triplet: C8, 59 and 70. RGB value is (200,89,112). Sum of RGB (Red+Green+Blue) = 200+89+112=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C85970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85970 is #37A68F. Grayscale: #7C7C7C. Windows color (decimal): -3647120 or 7363016. OLE color: 7363016.

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

Color convert

RGB 200 89 112 -
CMYK 0 0.56 0.44 0.22
HSL 347.57º 0.5% 0.57% -
HSV(B) 347.57º 0.56% 0.78% -
XYZ 30.32 20.59 17.71 -
YUV 124.81 120.77 181.63 -
System Red Green Blue C M Y K H S L
Decimal 200 89 112 0 0.56 0.44 0.22 347.57 0.5 0.57
Hex C8 59 70 0 38 2C 16 15C 32 39
Octal 310 131 160 0 70 54 26 534 62 71
Binary 11001000 1011001 1110000 0 111000 101100 10110 101011100 110010 111001

Color Harmonies of #C85970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85970

Black with #C85970

Text Example


Text Example

White with #C85970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85970; }

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

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

background-color css

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

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

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

border-color css

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

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

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