#C35973

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

Shades of Cabaret #C35973

Tints of Cabaret #C35973

Color information

#C35973 (or 0xC35973) is unknown color: approx Cabaret. HEX triplet: C3, 59 and 73. RGB value is (195,89,115). Sum of RGB (Red+Green+Blue) = 195+89+115=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C35973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35973 is #3CA68C. Grayscale: #7B7B7B. Windows color (decimal): -3974797 or 7559619. OLE color: 7559619.

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

Color convert

RGB19589115-
CMYK00.540.410.24
HSL345.28º46.9%55.69%-
HSV(B)345.28º54.36%76.47%-
XYZ29.1719.9818.54-
YUV123.66123.12178.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.87%
GREEN value IS 89 (35.16% from 255) = 22.31%
BLUE value IS 115 (45.31% from 255) = 28.82%
R=48.87%
G=22.31%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958911500.540.410.24345.2846.955.69
HexC3597303629181592f38
Octal30313116306651305315770
Binary1100001110110011110011011011010100111000101011001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35973; }

 p { color: rgb(195,89,115); }

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

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

 a { background-color: rgb(195,89,115); }

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

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

 span { border-color: rgb(195,89,115); }

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