#C45372

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

Shades of Cabaret #C45372

Tints of Cabaret #C45372

Color information

#C45372 (or 0xC45372) is unknown color: approx Cabaret. HEX triplet: C4, 53 and 72. RGB value is (196,83,114). Sum of RGB (Red+Green+Blue) = 196+83+114=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C45372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45372 is #3BAC8D. Grayscale: #787878. Windows color (decimal): -3910798 or 7492548. OLE color: 7492548.

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

Color convert

RGB19683114-
CMYK00.580.420.23
HSL343.54º48.92%54.71%-
HSV(B)343.54º57.65%76.86%-
XYZ28.919.1418.09-
YUV120.32124.44181.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.87%
GREEN value IS 83 (32.81% from 255) = 21.12%
BLUE value IS 114 (44.92% from 255) = 29.01%
R=49.87%
G=21.12%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968311400.580.420.23343.5448.9254.71
HexC4537203A2A171583137
Octal30412316207252275306167
Binary1100010010100111110010011101010101010111101011000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45372; }

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

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

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

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

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

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

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

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