Html Css Color HEX #C85579 Cabaret

📋 copy color: '#C85579'

red 200 ◦ green 85 ◦ blue 121

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

Shades of Cabaret #C85579

Tints of Cabaret #C85579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.8%

R = 49.26%
G = 20.94%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C85579 (or 0xC85579) is known color: Cabaret. HEX triplet: C8, 55 and 79. RGB value is (200,85,121). Sum of RGB (Red+Green+Blue) = 200+85+121=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C85579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85579 is #37AA86. Grayscale: #7B7B7B. Windows color (decimal): -3648135 or 7951816. OLE color: 7951816.

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

Color convert

RGB 200 85 121 -
CMYK 0 0.58 0.39 0.22
HSL 341.22º 0.51% 0.56% -
HSV(B) 341.22º 0.58% 0.78% -
XYZ 30.52 20.16 20.37 -
YUV 123.49 126.6 182.57 -
System Red Green Blue C M Y K H S L
Decimal 200 85 121 0 0.58 0.39 0.22 341.22 0.51 0.56
Hex C8 55 79 0 3A 27 16 155 33 38
Octal 310 125 171 0 72 47 26 525 63 70
Binary 11001000 1010101 1111001 0 111010 100111 10110 101010101 110011 111000

Color Harmonies of #C85579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85579

Black with #C85579

Text Example


Text Example

White with #C85579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85579; }

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

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

background-color css

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

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

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

border-color css

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

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

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