#C95C77

Color #C95C77 Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #C95C77

Tints of Cabaret #C95C77

Color information

#C95C77 (or 0xC95C77) is unknown color: approx Cabaret. HEX triplet: C9, 5C and 77. RGB value is (201,92,119). Sum of RGB (Red+Green+Blue) = 201+92+119=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95C77 is #36A388. Grayscale: #7F7F7F. Windows color (decimal): -3580809 or 7822537. OLE color: 7822537.

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

Color convert

RGB20192119-
CMYK00.540.410.21
HSL345.14º50.23%57.45%-
HSV(B)345.14º54.23%78.82%-
XYZ31.2421.419.94-
YUV127.67123.11180.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.79%
GREEN value IS 92 (36.33% from 255) = 22.33%
BLUE value IS 119 (46.88% from 255) = 28.88%
R=48.79%
G=22.33%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019211900.540.410.21345.1450.2357.45
HexC95C7703629151593239
Octal31113416706651255316271
Binary1100100110111001110111011011010100110101101011001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95C77; }

 p { color: rgb(201,92,119); }

 H1.HeaderClassName
 {
   color: #C95C77;
 }
 .AnyTagClassName
 {
   color: #C95C77;
 }
</style>
background-color css

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

 a { background-color: rgb(201,92,119); }

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

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

 span { border-color: rgb(201,92,119); }

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