#c45265

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

Shades of Cabaret #C45265

Tints of Cabaret #C45265

Color information

#C45265 (or 0xC45265) is unknown color: approx Cabaret. HEX triplet: C4, 52 and 65. RGB value is (196,82,101). Sum of RGB (Red+Green+Blue) = 196+82+101=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C45265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45265 is #3BAD9A. Grayscale: #767676. Windows color (decimal): -3911067 or 6640324. OLE color: 6640324.

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

Color convert

RGB19682101-
CMYK00.580.480.23
HSL350º49.14%54.51%-
HSV(B)350º58.16%76.86%-
XYZ28.1318.7114.44-
YUV118.25118.27183.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.72%
GREEN value IS 82 (32.42% from 255) = 21.64%
BLUE value IS 101 (39.84% from 255) = 26.65%
R=51.72%
G=21.64%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968210100.580.480.2335049.1454.51
HexC4526503A301715e3137
Octal30412214507260275366167
Binary1100010010100101100101011101011000010111101011110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c45265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c45265; }

 p { color: rgb(196,82,101); }

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

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

 a { background-color: rgb(196,82,101); }

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

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

 span { border-color: rgb(196,82,101); }

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