#C95E6C

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

Shades of Cabaret #C95E6C

Tints of Cabaret #C95E6C

Color information

#C95E6C (or 0xC95E6C) is unknown color: approx Cabaret. HEX triplet: C9, 5E and 6C. RGB value is (201,94,108). Sum of RGB (Red+Green+Blue) = 201+94+108=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95E6C is #36A193. Grayscale: #7F7F7F. Windows color (decimal): -3580308 or 7102153. OLE color: 7102153.

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

Color convert

RGB20194108-
CMYK00.530.460.21
HSL352.15º49.77%57.84%-
HSV(B)352.15º53.23%78.82%-
XYZ30.821.5116.72-
YUV127.59116.95180.36-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.88%
GREEN value IS 94 (37.11% from 255) = 23.33%
BLUE value IS 108 (42.58% from 255) = 26.80%
R=49.88%
G=23.33%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019410800.530.460.21352.1549.7757.84
HexC95E6C0352E15160323a
Octal31113615406556255406272
Binary1100100110111101101100011010110111010101101100000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95E6C; }

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

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

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

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

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

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

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

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