#C95666

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

Shades of Cabaret #C95666

Tints of Cabaret #C95666

Color information

#C95666 (or 0xC95666) is unknown color: approx Cabaret. HEX triplet: C9, 56 and 66. RGB value is (201,86,102). Sum of RGB (Red+Green+Blue) = 201+86+102=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 102 (40.23% from 255 or 26.22% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C95666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95666 is #36A999. Grayscale: #7A7A7A. Windows color (decimal): -3582362 or 6706889. OLE color: 6706889.

HSL color Cylindrical-coordinate representation of color #C95666: hue angle of 351.65º degrees, saturation: 0.52, 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 #C95666 is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB20186102-
CMYK00.570.490.21
HSL351.65º51.57%56.27%-
HSV(B)351.65º57.21%78.82%-
XYZ29.8120.0314.87-
YUV122.21116.6184.2-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.67%
GREEN value IS 86 (33.98% from 255) = 22.11%
BLUE value IS 102 (40.23% from 255) = 26.22%
R=51.67%
G=22.11%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018610200.570.490.21351.6551.5756.27
HexC9566603931151603438
Octal31112614607161255406470
Binary1100100110101101100110011100111000110101101100000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95666; }

 p { color: rgb(201,86,102); }

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

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

 a { background-color: rgb(201,86,102); }

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

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

 span { border-color: rgb(201,86,102); }

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