Html Css Color HEX #C95A78 Cabaret

📋 copy color: '#C95A78'

red 201 ◦ green 90 ◦ blue 120

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

Shades of Cabaret #C95A78

Tints of Cabaret #C95A78

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.9%

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

R = 48.91%
G = 21.9%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#C95A78 (or 0xC95A78) is known color: Cabaret. HEX triplet: C9, 5A and 78. RGB value is (201,90,120). Sum of RGB (Red+Green+Blue) = 201+90+120=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95A78 is #36A587. Grayscale: #7E7E7E. Windows color (decimal): -3581320 or 7887561. OLE color: 7887561.

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

Color convert

RGB 201 90 120 -
CMYK 0 0.55 0.40 0.21
HSL 343.78º 0.51% 0.57% -
HSV(B) 343.78º 0.55% 0.79% -
XYZ 31.13 21.09 20.2 -
YUV 126.61 124.27 181.06 -
System Red Green Blue C M Y K H S L
Decimal 201 90 120 0 0.55 0.40 0.21 343.78 0.51 0.57
Hex C9 5A 78 0 37 28 15 158 33 39
Octal 311 132 170 0 67 50 25 530 63 71
Binary 11001001 1011010 1111000 0 110111 101000 10101 101011000 110011 111001

Color Harmonies of #C95A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95A78

Black with #C95A78

Text Example


Text Example

White with #C95A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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