Html Css Color HEX #C85572 Cabaret

📋 copy color: '#C85572'

red 200 ◦ green 85 ◦ blue 114

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

Shades of Cabaret #C85572

Tints of Cabaret #C85572

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.3%

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

R = 50.13%
G = 21.3%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C85572 (or 0xC85572) is known color: Cabaret. HEX triplet: C8, 55 and 72. RGB value is (200,85,114). Sum of RGB (Red+Green+Blue) = 200+85+114=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C85572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85572 is #37AA8D. Grayscale: #7A7A7A. Windows color (decimal): -3648142 or 7493064. OLE color: 7493064.

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

Color convert

RGB 200 85 114 -
CMYK 0 0.58 0.43 0.22
HSL 344.87º 0.51% 0.56% -
HSV(B) 344.87º 0.58% 0.78% -
XYZ 30.11 19.99 18.19 -
YUV 122.69 123.1 183.14 -
System Red Green Blue C M Y K H S L
Decimal 200 85 114 0 0.58 0.43 0.22 344.87 0.51 0.56
Hex C8 55 72 0 3A 2B 16 159 33 38
Octal 310 125 162 0 72 53 26 531 63 70
Binary 11001000 1010101 1110010 0 111010 101011 10110 101011001 110011 111000

Color Harmonies of #C85572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85572

Black with #C85572

Text Example


Text Example

White with #C85572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85572; }

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

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

background-color css

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

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

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

border-color css

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

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

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