#C45C72

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

Shades of Cabaret #C45C72

Tints of Cabaret #C45C72

Color information

#C45C72 (or 0xC45C72) is unknown color: approx Cabaret. HEX triplet: C4, 5C and 72. RGB value is (196,92,114). Sum of RGB (Red+Green+Blue) = 196+92+114=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C45C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45C72 is #3BA38D. Grayscale: #7D7D7D. Windows color (decimal): -3908494 or 7494852. OLE color: 7494852.

HSL color Cylindrical-coordinate representation of color #C45C72: hue angle of 347.31º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C45C72 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB19692114-
CMYK00.530.420.23
HSL347.31º46.85%56.47%-
HSV(B)347.31º53.06%76.86%-
XYZ29.6320.618.34-
YUV125.6121.46178.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.76%
GREEN value IS 92 (36.33% from 255) = 22.89%
BLUE value IS 114 (44.92% from 255) = 28.36%
R=48.76%
G=22.89%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969211400.530.420.23347.3146.8556.47
HexC45C720352A1715b2f38
Octal30413416206552275335770
Binary1100010010111001110010011010110101010111101011011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45C72; }

 p { color: rgb(196,92,114); }

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

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

 a { background-color: rgb(196,92,114); }

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

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

 span { border-color: rgb(196,92,114); }

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