Html Css Color HEX #C85372 Cabaret

📋 copy color: '#C85372'

red 200 ◦ green 83 ◦ blue 114

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

Shades of Cabaret #C85372

Tints of Cabaret #C85372

RGB

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

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

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

R = 50.38%
G = 20.91%
B = 28.72%

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

#C85372 (or 0xC85372) is known color: Cabaret. HEX triplet: C8, 53 and 72. RGB value is (200,83,114). Sum of RGB (Red+Green+Blue) = 200+83+114=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C85372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85372 is #37AC8D. Grayscale: #797979. Windows color (decimal): -3648654 or 7492552. OLE color: 7492552.

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

Color convert

RGB 200 83 114 -
CMYK 0 0.58 0.43 0.22
HSL 344.1º 0.52% 0.55% -
HSV(B) 344.1º 0.59% 0.78% -
XYZ 29.95 19.68 18.14 -
YUV 121.52 123.76 183.98 -
System Red Green Blue C M Y K H S L
Decimal 200 83 114 0 0.58 0.43 0.22 344.1 0.52 0.55
Hex C8 53 72 0 3A 2B 16 158 34 37
Octal 310 123 162 0 72 53 26 530 64 67
Binary 11001000 1010011 1110010 0 111010 101011 10110 101011000 110100 110111

Color Harmonies of #C85372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85372

Black with #C85372

Text Example


Text Example

White with #C85372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85372; }

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

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

background-color css

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

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

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

border-color css

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

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

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