#C35465

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

Shades of Cabaret #C35465

Tints of Cabaret #C35465

Color information

#C35465 (or 0xC35465) is unknown color: approx Cabaret. HEX triplet: C3, 54 and 65. RGB value is (195,84,101). Sum of RGB (Red+Green+Blue) = 195+84+101=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C35465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35465 is #3CAB9A. Grayscale: #777777. Windows color (decimal): -3976091 or 6640835. OLE color: 6640835.

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

Color convert

RGB19584101-
CMYK00.570.480.24
HSL350.81º48.05%54.71%-
HSV(B)350.81º56.92%76.47%-
XYZ28.0218.8814.48-
YUV119.13117.77182.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.32%
GREEN value IS 84 (33.20% from 255) = 22.11%
BLUE value IS 101 (39.84% from 255) = 26.58%
R=51.32%
G=22.11%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958410100.570.480.24350.8148.0554.71
HexC35465039301815f3037
Octal30312414507160305376067
Binary1100001110101001100101011100111000011000101011111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35465; }

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

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

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

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

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

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

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

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