#C45268

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

Shades of Cabaret #C45268

Tints of Cabaret #C45268

Color information

#C45268 (or 0xC45268) is unknown color: approx Cabaret. HEX triplet: C4, 52 and 68. RGB value is (196,82,104). Sum of RGB (Red+Green+Blue) = 196+82+104=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C45268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45268 is #3BAD97. Grayscale: #767676. Windows color (decimal): -3911064 or 6836932. OLE color: 6836932.

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

Color convert

RGB19682104-
CMYK00.580.470.23
HSL348.42º49.14%54.51%-
HSV(B)348.42º58.16%76.86%-
XYZ28.2818.7715.23-
YUV118.59119.77183.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.31%
GREEN value IS 82 (32.42% from 255) = 21.47%
BLUE value IS 104 (41.02% from 255) = 27.23%
R=51.31%
G=21.47%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968210400.580.470.23348.4249.1454.51
HexC4526803A2F1715c3137
Octal30412215007257275346167
Binary1100010010100101101000011101010111110111101011100110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45268; }

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

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

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

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

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

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

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

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