#C45275

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

Shades of Cabaret #C45275

Tints of Cabaret #C45275

Color information

#C45275 (or 0xC45275) is unknown color: approx Cabaret. HEX triplet: C4, 52 and 75. RGB value is (196,82,117). Sum of RGB (Red+Green+Blue) = 196+82+117=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C45275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45275 is #3BAD8A. Grayscale: #787878. Windows color (decimal): -3911051 or 7688900. OLE color: 7688900.

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

Color convert

RGB19682117-
CMYK00.580.400.23
HSL341.58º49.14%54.51%-
HSV(B)341.58º58.16%76.86%-
XYZ28.9919.0518.98-
YUV120.08126.27182.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.62%
GREEN value IS 82 (32.42% from 255) = 20.76%
BLUE value IS 117 (46.09% from 255) = 29.62%
R=49.62%
G=20.76%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968211700.580.400.23341.5849.1454.51
HexC4527503A28171563137
Octal30412216507250275266167
Binary1100010010100101110101011101010100010111101010110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45275; }

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

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

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

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

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

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

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

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