#C95F6E

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

Shades of Cabaret #C95F6E

Tints of Cabaret #C95F6E

Color information

#C95F6E (or 0xC95F6E) is unknown color: approx Cabaret. HEX triplet: C9, 5F and 6E. RGB value is (201,95,110). Sum of RGB (Red+Green+Blue) = 201+95+110=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95F6E is #36A091. Grayscale: #808080. Windows color (decimal): -3580050 or 7233481. OLE color: 7233481.

HSL color Cylindrical-coordinate representation of color #C95F6E: hue angle of 351.51º 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 #C95F6E is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB20195110-
CMYK00.530.450.21
HSL351.51º49.53%58.04%-
HSV(B)351.51º52.74%78.82%-
XYZ30.9921.7317.31-
YUV128.4117.62179.78-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.51%
GREEN value IS 95 (37.5% from 255) = 23.40%
BLUE value IS 110 (43.36% from 255) = 27.09%
R=49.51%
G=23.40%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019511000.530.450.21351.5149.5358.04
HexC95F6E0352D15160323a
Octal31113715606555255406272
Binary1100100110111111101110011010110110110101101100000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95F6E; }

 p { color: rgb(201,95,110); }

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

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

 a { background-color: rgb(201,95,110); }

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

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

 span { border-color: rgb(201,95,110); }

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