#C45063

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

Shades of Cabaret #C45063

Tints of Cabaret #C45063

Color information

#C45063 (or 0xC45063) is unknown color: approx Cabaret. HEX triplet: C4, 50 and 63. RGB value is (196,80,99). Sum of RGB (Red+Green+Blue) = 196+80+99=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C45063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45063 is #3BAF9C. Grayscale: #747474. Windows color (decimal): -3911581 or 6508740. OLE color: 6508740.

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

Color convert

RGB1968099-
CMYK00.590.490.23
HSL350.17º49.57%54.12%-
HSV(B)350.17º59.18%76.86%-
XYZ27.8918.3713.88-
YUV116.85117.93184.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.27%
GREEN value IS 80 (31.64% from 255) = 21.33%
BLUE value IS 99 (39.06% from 255) = 26.4%
R=52.27%
G=21.33%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196809900.590.490.23350.1749.5754.12
HexC4506303B311715e3236
Octal30412014307361275366266
Binary1100010010100001100011011101111000110111101011110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45063; }

 p { color: rgb(196,80,99); }

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

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

 a { background-color: rgb(196,80,99); }

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

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

 span { border-color: rgb(196,80,99); }

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