Html Css Color HEX #C85872 Cabaret

📋 copy color: '#C85872'

red 200 ◦ green 88 ◦ blue 114

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

Shades of Cabaret #C85872

Tints of Cabaret #C85872

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.89%

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

R = 49.75%
G = 21.89%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C85872 (or 0xC85872) is known color: Cabaret. HEX triplet: C8, 58 and 72. RGB value is (200,88,114). Sum of RGB (Red+Green+Blue) = 200+88+114=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C85872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85872 is #37A78D. Grayscale: #7C7C7C. Windows color (decimal): -3647374 or 7493832. OLE color: 7493832.

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

Color convert

RGB 200 88 114 -
CMYK 0 0.56 0.43 0.22
HSL 346.07º 0.5% 0.56% -
HSV(B) 346.07º 0.56% 0.78% -
XYZ 30.35 20.47 18.27 -
YUV 124.45 122.11 181.89 -
System Red Green Blue C M Y K H S L
Decimal 200 88 114 0 0.56 0.43 0.22 346.07 0.5 0.56
Hex C8 58 72 0 38 2B 16 15A 32 38
Octal 310 130 162 0 70 53 26 532 62 70
Binary 11001000 1011000 1110010 0 111000 101011 10110 101011010 110010 111000

Color Harmonies of #C85872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85872

Black with #C85872

Text Example


Text Example

White with #C85872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85872; }

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

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

background-color css

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

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

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

border-color css

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

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

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