Html Css Color HEX #C85576 Cabaret

📋 copy color: '#C85576'

red 200 ◦ green 85 ◦ blue 118

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

Shades of Cabaret #C85576

Tints of Cabaret #C85576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.28%

R = 49.63%
G = 21.09%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C85576 (or 0xC85576) is known color: Cabaret. HEX triplet: C8, 55 and 76. RGB value is (200,85,118). Sum of RGB (Red+Green+Blue) = 200+85+118=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C85576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85576 is #37AA89. Grayscale: #7B7B7B. Windows color (decimal): -3648138 or 7755208. OLE color: 7755208.

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

Color convert

RGB 200 85 118 -
CMYK 0 0.58 0.41 0.22
HSL 342.78º 0.51% 0.56% -
HSV(B) 342.78º 0.58% 0.78% -
XYZ 30.34 20.08 19.42 -
YUV 123.15 125.1 182.82 -
System Red Green Blue C M Y K H S L
Decimal 200 85 118 0 0.58 0.41 0.22 342.78 0.51 0.56
Hex C8 55 76 0 3A 29 16 157 33 38
Octal 310 125 166 0 72 51 26 527 63 70
Binary 11001000 1010101 1110110 0 111010 101001 10110 101010111 110011 111000

Color Harmonies of #C85576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85576

Black with #C85576

Text Example


Text Example

White with #C85576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85576; }

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

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

background-color css

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

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

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

border-color css

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

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

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