#C35D77

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

Shades of Cabaret #C35D77

Tints of Cabaret #C35D77

Color information

#C35D77 (or 0xC35D77) is unknown color: approx Cabaret. HEX triplet: C3, 5D and 77. RGB value is (195,93,119). Sum of RGB (Red+Green+Blue) = 195+93+119=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 119 (46.88% from 255 or 29.24% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35D77 is #3CA288. Grayscale: #7E7E7E. Windows color (decimal): -3973769 or 7822787. OLE color: 7822787.

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

Color convert

RGB19593119-
CMYK00.520.390.24
HSL344.71º45.95%56.47%-
HSV(B)344.71º52.31%76.47%-
XYZ29.7520.7619.89-
YUV126.46123.79176.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.91%
GREEN value IS 93 (36.72% from 255) = 22.85%
BLUE value IS 119 (46.88% from 255) = 29.24%
R=47.91%
G=22.85%
B=29.24%

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
Decimal1959311900.520.390.24344.7145.9556.47
HexC35D7703427181592e38
Octal30313516706447305315670
Binary1100001110111011110111011010010011111000101011001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35D77; }

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

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

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

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

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

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

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

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