Html Css Color HEX #C85370 Cabaret

📋 copy color: '#C85370'

red 200 ◦ green 83 ◦ blue 112

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

Shades of Cabaret #C85370

Tints of Cabaret #C85370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.01%

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

R = 50.63%
G = 21.01%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C85370 (or 0xC85370) is known color: Cabaret. HEX triplet: C8, 53 and 70. RGB value is (200,83,112). Sum of RGB (Red+Green+Blue) = 200+83+112=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C85370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85370 is #37AC8F. Grayscale: #797979. Windows color (decimal): -3648656 or 7361480. OLE color: 7361480.

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

Color convert

RGB 200 83 112 -
CMYK 0 0.58 0.44 0.22
HSL 345.13º 0.52% 0.55% -
HSV(B) 345.13º 0.59% 0.78% -
XYZ 29.84 19.64 17.55 -
YUV 121.29 122.76 184.14 -
System Red Green Blue C M Y K H S L
Decimal 200 83 112 0 0.58 0.44 0.22 345.13 0.52 0.55
Hex C8 53 70 0 3A 2C 16 159 34 37
Octal 310 123 160 0 72 54 26 531 64 67
Binary 11001000 1010011 1110000 0 111010 101100 10110 101011001 110100 110111

Color Harmonies of #C85370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85370

Black with #C85370

Text Example


Text Example

White with #C85370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85370; }

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

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

background-color css

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

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

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

border-color css

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

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

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