#C45870

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

Shades of Cabaret #C45870

Tints of Cabaret #C45870

Color information

#C45870 (or 0xC45870) is unknown color: approx Cabaret. HEX triplet: C4, 58 and 70. RGB value is (196,88,112). Sum of RGB (Red+Green+Blue) = 196+88+112=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C45870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45870 is #3BA78F. Grayscale: #7B7B7B. Windows color (decimal): -3909520 or 7362756. OLE color: 7362756.

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

Color convert

RGB19688112-
CMYK00.550.430.23
HSL346.67º47.79%55.69%-
HSV(B)346.67º55.1%76.86%-
XYZ29.1819.8917.63-
YUV123.03121.78180.05-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.49%
GREEN value IS 88 (34.77% from 255) = 22.22%
BLUE value IS 112 (44.14% from 255) = 28.28%
R=49.49%
G=22.22%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968811200.550.430.23346.6747.7955.69
HexC458700372B1715b3038
Octal30413016006753275336070
Binary1100010010110001110000011011110101110111101011011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45870; }

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

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

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

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

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

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

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

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