#C35475

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

Shades of Cabaret #C35475

Tints of Cabaret #C35475

Color information

#C35475 (or 0xC35475) is unknown color: approx Cabaret. HEX triplet: C3, 54 and 75. RGB value is (195,84,117). Sum of RGB (Red+Green+Blue) = 195+84+117=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C35475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35475 is #3CAB8A. Grayscale: #787878. Windows color (decimal): -3976075 or 7689411. OLE color: 7689411.

HSL color Cylindrical-coordinate representation of color #C35475: hue angle of 342.16º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C35475 is Cyan = 0, Magento = 0.57, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB19584117-
CMYK00.570.40.24
HSL342.16º48.05%54.71%-
HSV(B)342.16º56.92%76.47%-
XYZ28.8919.2319.02-
YUV120.95125.77180.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.24%
GREEN value IS 84 (33.20% from 255) = 21.21%
BLUE value IS 117 (46.09% from 255) = 29.55%
R=49.24%
G=21.21%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958411700.570.40.24342.1648.0554.71
HexC3547503928181563037
Octal30312416507150305266067
Binary1100001110101001110101011100110100011000101010110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35475; }

 p { color: rgb(195,84,117); }

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

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

 a { background-color: rgb(195,84,117); }

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

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

 span { border-color: rgb(195,84,117); }

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