Html Css Color HEX #C85170 Cabaret

📋 copy color: '#C85170'

red 200 ◦ green 81 ◦ blue 112

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

Shades of Cabaret #C85170

Tints of Cabaret #C85170

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.61%

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

R = 50.89%
G = 20.61%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C85170 (or 0xC85170) is known color: Cabaret. HEX triplet: C8, 51 and 70. RGB value is (200,81,112). Sum of RGB (Red+Green+Blue) = 200+81+112=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C85170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85170 is #37AE8F. Grayscale: #787878. Windows color (decimal): -3649168 or 7360968. OLE color: 7360968.

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

Color convert

RGB 200 81 112 -
CMYK 0 0.59 0.44 0.22
HSL 344.37º 0.52% 0.55% -
HSV(B) 344.37º 0.6% 0.78% -
XYZ 29.69 19.33 17.5 -
YUV 120.12 123.42 184.98 -
System Red Green Blue C M Y K H S L
Decimal 200 81 112 0 0.59 0.44 0.22 344.37 0.52 0.55
Hex C8 51 70 0 3B 2C 16 158 34 37
Octal 310 121 160 0 73 54 26 530 64 67
Binary 11001000 1010001 1110000 0 111011 101100 10110 101011000 110100 110111

Color Harmonies of #C85170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85170

Black with #C85170

Text Example


Text Example

White with #C85170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85170; }

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

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

background-color css

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

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

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

border-color css

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

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

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