#C3526D

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

Shades of Cabaret #C3526D

Tints of Cabaret #C3526D

Color information

#C3526D (or 0xC3526D) is unknown color: approx Cabaret. HEX triplet: C3, 52 and 6D. RGB value is (195,82,109). Sum of RGB (Red+Green+Blue) = 195+82+109=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C3526D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3526D is #3CAD92. Grayscale: #767676. Windows color (decimal): -3976595 or 7164611. OLE color: 7164611.

HSL color Cylindrical-coordinate representation of color #C3526D: hue angle of 345.66º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C3526D is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB19582109-
CMYK00.580.440.24
HSL345.66º48.5%54.31%-
HSV(B)345.66º57.95%76.47%-
XYZ28.2818.7416.59-
YUV118.86122.44182.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.52%
GREEN value IS 82 (32.42% from 255) = 21.24%
BLUE value IS 109 (42.97% from 255) = 28.24%
R=50.52%
G=21.24%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958210900.580.440.24345.6648.554.31
HexC3526D03A2C1815a3036
Octal30312215507254305326066
Binary1100001110100101101101011101010110011000101011010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3526D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3526D; }

 p { color: rgb(195,82,109); }

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

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

 a { background-color: rgb(195,82,109); }

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

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

 span { border-color: rgb(195,82,109); }

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