#C35466

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

Shades of Cabaret #C35466

Tints of Cabaret #C35466

Color information

#C35466 (or 0xC35466) is unknown color: approx Cabaret. HEX triplet: C3, 54 and 66. RGB value is (195,84,102). Sum of RGB (Red+Green+Blue) = 195+84+102=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C35466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35466 is #3CAB99. Grayscale: #777777. Windows color (decimal): -3976090 or 6706371. OLE color: 6706371.

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

Color convert

RGB19584102-
CMYK00.570.480.24
HSL350.27º48.05%54.71%-
HSV(B)350.27º56.92%76.47%-
XYZ28.0718.914.74-
YUV119.24118.27182.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.18%
GREEN value IS 84 (33.20% from 255) = 22.05%
BLUE value IS 102 (40.23% from 255) = 26.77%
R=51.18%
G=22.05%
B=26.77%

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
Decimal1958410200.570.480.24350.2748.0554.71
HexC35466039301815e3037
Octal30312414607160305366067
Binary1100001110101001100110011100111000011000101011110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35466; }

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

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

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

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

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

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

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

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