#C95165

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

Shades of Cabaret #C95165

Tints of Cabaret #C95165

Color information

#C95165 (or 0xC95165) is unknown color: approx Cabaret. HEX triplet: C9, 51 and 65. RGB value is (201,81,101). Sum of RGB (Red+Green+Blue) = 201+81+101=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C95165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95165 is #36AE9A. Grayscale: #777777. Windows color (decimal): -3583643 or 6640073. OLE color: 6640073.

HSL color Cylindrical-coordinate representation of color #C95165: hue angle of 350º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C95165 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB20181101-
CMYK00.600.500.21
HSL350º52.63%55.29%-
HSV(B)350º59.7%78.82%-
XYZ29.3819.2414.48-
YUV119.16117.76186.37-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.48%
GREEN value IS 81 (32.03% from 255) = 21.15%
BLUE value IS 101 (39.84% from 255) = 26.37%
R=52.48%
G=21.15%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018110100.600.500.2135052.6355.29
HexC9516503C321515e3537
Octal31112114507462255366567
Binary1100100110100011100101011110011001010101101011110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95165; }

 p { color: rgb(201,81,101); }

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

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

 a { background-color: rgb(201,81,101); }

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

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

 span { border-color: rgb(201,81,101); }

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