Html Css Color HEX #C85879 Cabaret

📋 copy color: '#C85879'

red 200 ◦ green 88 ◦ blue 121

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

Shades of Cabaret #C85879

Tints of Cabaret #C85879

RGB

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

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

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

R = 48.9%
G = 21.52%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C85879 (or 0xC85879) is known color: Cabaret. HEX triplet: C8, 58 and 79. RGB value is (200,88,121). Sum of RGB (Red+Green+Blue) = 200+88+121=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C85879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85879 is #37A786. Grayscale: #7D7D7D. Windows color (decimal): -3647367 or 7952584. OLE color: 7952584.

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

Color convert

RGB 200 88 121 -
CMYK 0 0.56 0.39 0.22
HSL 342.32º 0.5% 0.56% -
HSV(B) 342.32º 0.56% 0.78% -
XYZ 30.76 20.64 20.45 -
YUV 125.25 125.61 181.32 -
System Red Green Blue C M Y K H S L
Decimal 200 88 121 0 0.56 0.39 0.22 342.32 0.5 0.56
Hex C8 58 79 0 38 27 16 156 32 38
Octal 310 130 171 0 70 47 26 526 62 70
Binary 11001000 1011000 1111001 0 111000 100111 10110 101010110 110010 111000

Color Harmonies of #C85879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85879

Black with #C85879

Text Example


Text Example

White with #C85879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85879; }

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

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

background-color css

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

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

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

border-color css

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

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

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