#c45670

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

Shades of Cabaret #C45670

Tints of Cabaret #C45670

Color information

#C45670 (or 0xC45670) is unknown color: approx Cabaret. HEX triplet: C4, 56 and 70. RGB value is (196,86,112). Sum of RGB (Red+Green+Blue) = 196+86+112=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C45670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45670 is #3BA98F. Grayscale: #797979. Windows color (decimal): -3910032 or 7362244. OLE color: 7362244.

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

Color convert

RGB19686112-
CMYK00.560.430.23
HSL345.82º48.25%55.29%-
HSV(B)345.82º56.12%76.86%-
XYZ29.0219.5617.58-
YUV121.85122.44180.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.75%
GREEN value IS 86 (33.98% from 255) = 21.83%
BLUE value IS 112 (44.14% from 255) = 28.43%
R=49.75%
G=21.83%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968611200.560.430.23345.8248.2555.29
HexC456700382B1715a3037
Octal30412616007053275326067
Binary1100010010101101110000011100010101110111101011010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c45670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c45670; }

 p { color: rgb(196,86,112); }

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

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

 a { background-color: rgb(196,86,112); }

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

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

 span { border-color: rgb(196,86,112); }

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