Html Css Color HEX #C95079 Cabaret

📋 copy color: '#C95079'

red 201 ◦ green 80 ◦ blue 121

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

Shades of Cabaret #C95079

Tints of Cabaret #C95079

RGB

 RED value IS 201 (78.91% from 255) = 50%

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

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

R = 50%
G = 19.9%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#C95079 (or 0xC95079) is known color: Cabaret. HEX triplet: C9, 50 and 79. RGB value is (201,80,121). Sum of RGB (Red+Green+Blue) = 201+80+121=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 121 (47.66% from 255 or 30.10% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C95079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95079 is #36AF86. Grayscale: #787878. Windows color (decimal): -3583879 or 7950537. OLE color: 7950537.

HSL color Cylindrical-coordinate representation of color #C95079: hue angle of 339.67º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C95079 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 80 121 -
CMYK 0 0.60 0.40 0.21
HSL 339.67º 0.53% 0.55% -
HSV(B) 339.67º 0.6% 0.79% -
XYZ 30.41 19.54 20.26 -
YUV 120.85 128.09 185.17 -
System Red Green Blue C M Y K H S L
Decimal 201 80 121 0 0.60 0.40 0.21 339.67 0.53 0.55
Hex C9 50 79 0 3C 28 15 154 35 37
Octal 311 120 171 0 74 50 25 524 65 67
Binary 11001001 1010000 1111001 0 111100 101000 10101 101010100 110101 110111

Color Harmonies of #C95079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95079

Black with #C95079

Text Example


Text Example

White with #C95079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95079; }

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

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

background-color css

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

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

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

border-color css

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

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

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