#C95264

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

Shades of Cabaret #C95264

Tints of Cabaret #C95264

Color information

#C95264 (or 0xC95264) is unknown color: approx Cabaret. HEX triplet: C9, 52 and 64. RGB value is (201,82,100). Sum of RGB (Red+Green+Blue) = 201+82+100=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C95264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95264 is #36AD9B. Grayscale: #777777. Windows color (decimal): -3583388 or 6574793. OLE color: 6574793.

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

Color convert

RGB20182100-
CMYK00.590.500.21
HSL350.92º52.42%55.49%-
HSV(B)350.92º59.2%78.82%-
XYZ29.419.3714.25-
YUV119.63116.92186.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.48%
GREEN value IS 82 (32.42% from 255) = 21.41%
BLUE value IS 100 (39.45% from 255) = 26.11%
R=52.48%
G=21.41%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018210000.590.500.21350.9252.4255.49
HexC9526403B321515f3437
Octal31112214407362255376467
Binary1100100110100101100100011101111001010101101011111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95264; }

 p { color: rgb(201,82,100); }

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

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

 a { background-color: rgb(201,82,100); }

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

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

 span { border-color: rgb(201,82,100); }

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