Html Css Color HEX #C85172 Cabaret

📋 copy color: '#C85172'

red 200 ◦ green 81 ◦ blue 114

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

Shades of Cabaret #C85172

Tints of Cabaret #C85172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.86%

R = 50.63%
G = 20.51%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C85172 (or 0xC85172) is known color: Cabaret. HEX triplet: C8, 51 and 72. RGB value is (200,81,114). Sum of RGB (Red+Green+Blue) = 200+81+114=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C85172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85172 is #37AE8D. Grayscale: #787878. Windows color (decimal): -3649166 or 7492040. OLE color: 7492040.

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

Color convert

RGB 200 81 114 -
CMYK 0 0.59 0.43 0.22
HSL 343.36º 0.52% 0.55% -
HSV(B) 343.36º 0.6% 0.78% -
XYZ 29.8 19.38 18.09 -
YUV 120.34 124.42 184.82 -
System Red Green Blue C M Y K H S L
Decimal 200 81 114 0 0.59 0.43 0.22 343.36 0.52 0.55
Hex C8 51 72 0 3B 2B 16 157 34 37
Octal 310 121 162 0 73 53 26 527 64 67
Binary 11001000 1010001 1110010 0 111011 101011 10110 101010111 110100 110111

Color Harmonies of #C85172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85172

Black with #C85172

Text Example


Text Example

White with #C85172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85172; }

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

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

background-color css

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

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

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

border-color css

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

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

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