#C95D6C

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

Shades of Cabaret #C95D6C

Tints of Cabaret #C95D6C

Color information

#C95D6C (or 0xC95D6C) is unknown color: approx Cabaret. HEX triplet: C9, 5D and 6C. RGB value is (201,93,108). Sum of RGB (Red+Green+Blue) = 201+93+108=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95D6C is #36A293. Grayscale: #7F7F7F. Windows color (decimal): -3580564 or 7101897. OLE color: 7101897.

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

Color convert

RGB20193108-
CMYK00.540.460.21
HSL351.67º50%57.65%-
HSV(B)351.67º53.73%78.82%-
XYZ30.7121.3316.69-
YUV127117.28180.78-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50%
GREEN value IS 93 (36.72% from 255) = 23.13%
BLUE value IS 108 (42.58% from 255) = 26.87%
R=50%
G=23.13%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019310800.540.460.21351.675057.65
HexC95D6C0362E15160323a
Octal31113515406656255406272
Binary1100100110111011101100011011010111010101101100000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95D6C; }

 p { color: rgb(201,93,108); }

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

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

 a { background-color: rgb(201,93,108); }

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

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

 span { border-color: rgb(201,93,108); }

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