#C95777

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

Shades of Cabaret #C95777

Tints of Cabaret #C95777

Color information

#C95777 (or 0xC95777) is unknown color: approx Cabaret. HEX triplet: C9, 57 and 77. RGB value is (201,87,119). Sum of RGB (Red+Green+Blue) = 201+87+119=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 119 (46.88% from 255 or 29.24% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C95777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95777 is #36A888. Grayscale: #7C7C7C. Windows color (decimal): -3582089 or 7821257. OLE color: 7821257.

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

Color convert

RGB20187119-
CMYK00.570.410.21
HSL343.16º51.35%56.47%-
HSV(B)343.16º56.72%78.82%-
XYZ30.8320.5719.8-
YUV124.73124.77182.4-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.39%
GREEN value IS 87 (34.38% from 255) = 21.38%
BLUE value IS 119 (46.88% from 255) = 29.24%
R=49.39%
G=21.38%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018711900.570.410.21343.1651.3556.47
HexC9577703929151573338
Octal31112716707151255276370
Binary1100100110101111110111011100110100110101101010111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95777; }

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

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

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

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

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

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

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

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