#C35D76

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

Shades of Cabaret #C35D76

Tints of Cabaret #C35D76

Color information

#C35D76 (or 0xC35D76) is unknown color: approx Cabaret. HEX triplet: C3, 5D and 76. RGB value is (195,93,118). Sum of RGB (Red+Green+Blue) = 195+93+118=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 93 (36.72% from 255 or 22.91% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35D76 is #3CA289. Grayscale: #7E7E7E. Windows color (decimal): -3973770 or 7757251. OLE color: 7757251.

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

Color convert

RGB19593118-
CMYK00.520.390.24
HSL345.29º45.95%56.47%-
HSV(B)345.29º52.31%76.47%-
XYZ29.6920.7419.58-
YUV126.35123.29176.97-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.03%
GREEN value IS 93 (36.72% from 255) = 22.91%
BLUE value IS 118 (46.48% from 255) = 29.06%
R=48.03%
G=22.91%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959311800.520.390.24345.2945.9556.47
HexC35D7603427181592e38
Octal30313516606447305315670
Binary1100001110111011110110011010010011111000101011001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35D76; }

 p { color: rgb(195,93,118); }

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

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

 a { background-color: rgb(195,93,118); }

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

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

 span { border-color: rgb(195,93,118); }

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