#C35364

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

Shades of Cabaret #C35364

Tints of Cabaret #C35364

Color information

#C35364 (or 0xC35364) is unknown color: approx Cabaret. HEX triplet: C3, 53 and 64. RGB value is (195,83,100). Sum of RGB (Red+Green+Blue) = 195+83+100=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 100 (39.45% from 255 or 26.46% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C35364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35364 is #3CAC9B. Grayscale: #767676. Windows color (decimal): -3976348 or 6575043. OLE color: 6575043.

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

Color convert

RGB19583100-
CMYK00.570.490.24
HSL350.89º48.28%54.51%-
HSV(B)350.89º57.44%76.47%-
XYZ27.918.7114.2-
YUV118.43117.61182.62-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.59%
GREEN value IS 83 (32.81% from 255) = 21.96%
BLUE value IS 100 (39.45% from 255) = 26.46%
R=51.59%
G=21.96%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958310000.570.490.24350.8948.2854.51
HexC35364039311815f3037
Octal30312314407161305376067
Binary1100001110100111100100011100111000111000101011111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35364; }

 p { color: rgb(195,83,100); }

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

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

 a { background-color: rgb(195,83,100); }

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

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

 span { border-color: rgb(195,83,100); }

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