#C35D73

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

Shades of Cabaret #C35D73

Tints of Cabaret #C35D73

Color information

#C35D73 (or 0xC35D73) is unknown color: approx Cabaret. HEX triplet: C3, 5D and 73. RGB value is (195,93,115). Sum of RGB (Red+Green+Blue) = 195+93+115=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35D73 is #3CA28C. Grayscale: #7E7E7E. Windows color (decimal): -3973773 or 7560643. OLE color: 7560643.

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

Color convert

RGB19593115-
CMYK00.520.410.24
HSL347.06º45.95%56.47%-
HSV(B)347.06º52.31%76.47%-
XYZ29.5120.6718.65-
YUV126.01121.79177.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.39%
GREEN value IS 93 (36.72% from 255) = 23.08%
BLUE value IS 115 (45.31% from 255) = 28.54%
R=48.39%
G=23.08%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959311500.520.410.24347.0645.9556.47
HexC35D73034291815b2e38
Octal30313516306451305335670
Binary1100001110111011110011011010010100111000101011011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35D73; }

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

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

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

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

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

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

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

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