#C45967

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

Shades of Cabaret #C45967

Tints of Cabaret #C45967

Color information

#C45967 (or 0xC45967) is unknown color: approx Cabaret. HEX triplet: C4, 59 and 67. RGB value is (196,89,103). Sum of RGB (Red+Green+Blue) = 196+89+103=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 103 (40.62% from 255 or 26.55% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C45967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45967 is #3BA698. Grayscale: #7A7A7A. Windows color (decimal): -3909273 or 6773188. OLE color: 6773188.

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

Color convert

RGB19689103-
CMYK00.550.470.23
HSL352.15º47.56%55.88%-
HSV(B)352.15º54.59%76.86%-
XYZ28.7919.8615.15-
YUV122.59116.95180.36-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.52%
GREEN value IS 89 (35.16% from 255) = 22.94%
BLUE value IS 103 (40.62% from 255) = 26.55%
R=50.52%
G=22.94%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968910300.550.470.23352.1547.5655.88
HexC459670372F171603038
Octal30413114706757275406070
Binary1100010010110011100111011011110111110111101100000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45967; }

 p { color: rgb(196,89,103); }

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

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

 a { background-color: rgb(196,89,103); }

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

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

 span { border-color: rgb(196,89,103); }

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