Html Css Color HEX #C95978 Cabaret

📋 copy color: '#C95978'

red 201 ◦ green 89 ◦ blue 120

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

Shades of Cabaret #C95978

Tints of Cabaret #C95978

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.71%

 BLUE value IS 120 (47.27% from 255) = 29.27%

R = 49.02%
G = 21.71%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#C95978 (or 0xC95978) is known color: Cabaret. HEX triplet: C9, 59 and 78. RGB value is (201,89,120). Sum of RGB (Red+Green+Blue) = 201+89+120=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C95978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95978 is #36A687. Grayscale: #7E7E7E. Windows color (decimal): -3581576 or 7887305. OLE color: 7887305.

HSL color Cylindrical-coordinate representation of color #C95978: hue angle of 343.39º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C95978 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 89 120 -
CMYK 0 0.56 0.40 0.21
HSL 343.39º 0.51% 0.57% -
HSV(B) 343.39º 0.56% 0.79% -
XYZ 31.05 20.92 20.17 -
YUV 126.02 124.61 181.48 -
System Red Green Blue C M Y K H S L
Decimal 201 89 120 0 0.56 0.40 0.21 343.39 0.51 0.57
Hex C9 59 78 0 38 28 15 157 33 39
Octal 311 131 170 0 70 50 25 527 63 71
Binary 11001001 1011001 1111000 0 111000 101000 10101 101010111 110011 111001

Color Harmonies of #C95978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95978

Black with #C95978

Text Example


Text Example

White with #C95978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95978; }

 p { color: rgb(201,89,120); }

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

background-color css

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

 a { background-color: rgb(201,89,120); }

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

border-color css

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

 span { border-color: rgb(201,89,120); }

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