#C45374

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

Shades of Cabaret #C45374

Tints of Cabaret #C45374

Color information

#C45374 (or 0xC45374) is unknown color: approx Cabaret. HEX triplet: C4, 53 and 74. RGB value is (196,83,116). Sum of RGB (Red+Green+Blue) = 196+83+116=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C45374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45374 is #3BAC8B. Grayscale: #787878. Windows color (decimal): -3910796 or 7623620. OLE color: 7623620.

HSL color Cylindrical-coordinate representation of color #C45374: hue angle of 342.48º 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 #C45374 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB19683116-
CMYK00.580.410.23
HSL342.48º48.92%54.71%-
HSV(B)342.48º57.65%76.86%-
XYZ29.0119.1818.7-
YUV120.55125.44181.82-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.62%
GREEN value IS 83 (32.81% from 255) = 21.01%
BLUE value IS 116 (45.70% from 255) = 29.37%
R=49.62%
G=21.01%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968311600.580.410.23342.4848.9254.71
HexC4537403A29171563137
Octal30412316407251275266167
Binary1100010010100111110100011101010100110111101010110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45374; }

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

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

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

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

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

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

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

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