Html Css Color HEX #C85079 Cabaret

📋 copy color: '#C85079'

red 200 ◦ green 80 ◦ blue 121

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

Shades of Cabaret #C85079

Tints of Cabaret #C85079

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.95%

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

R = 49.88%
G = 19.95%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C85079 (or 0xC85079) is known color: Cabaret. HEX triplet: C8, 50 and 79. RGB value is (200,80,121). Sum of RGB (Red+Green+Blue) = 200+80+121=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C85079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85079 is #37AF86. Grayscale: #787878. Windows color (decimal): -3649415 or 7950536. OLE color: 7950536.

HSL color Cylindrical-coordinate representation of color #C85079: hue angle of 339.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C85079 is Cyan = 0, Magento = 0.6, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 80 121 -
CMYK 0 0.6 0.39 0.22
HSL 339.5º 0.52% 0.55% -
HSV(B) 339.5º 0.6% 0.78% -
XYZ 30.14 19.4 20.24 -
YUV 120.55 128.26 184.67 -
System Red Green Blue C M Y K H S L
Decimal 200 80 121 0 0.6 0.39 0.22 339.5 0.52 0.55
Hex C8 50 79 0 3C 27 16 154 34 37
Octal 310 120 171 0 74 47 26 524 64 67
Binary 11001000 1010000 1111001 0 111100 100111 10110 101010100 110100 110111

Color Harmonies of #C85079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85079

Black with #C85079

Text Example


Text Example

White with #C85079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85079; }

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

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

background-color css

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

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

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

border-color css

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

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

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