#C3526A

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

Shades of Cabaret #C3526A

Tints of Cabaret #C3526A

Color information

#C3526A (or 0xC3526A) is unknown color: approx Cabaret. HEX triplet: C3, 52 and 6A. RGB value is (195,82,106). Sum of RGB (Red+Green+Blue) = 195+82+106=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C3526A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3526A is #3CAD95. Grayscale: #767676. Windows color (decimal): -3976598 or 6968003. OLE color: 6968003.

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

Color convert

RGB19582106-
CMYK00.580.460.24
HSL347.26º48.5%54.31%-
HSV(B)347.26º57.95%76.47%-
XYZ28.1218.6815.76-
YUV118.52120.94182.55-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.91%
GREEN value IS 82 (32.42% from 255) = 21.41%
BLUE value IS 106 (41.80% from 255) = 27.68%
R=50.91%
G=21.41%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958210600.580.460.24347.2648.554.31
HexC3526A03A2E1815b3036
Octal30312215207256305336066
Binary1100001110100101101010011101010111011000101011011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3526A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3526A; }

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

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

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

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

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

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

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

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