#C35974

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

Shades of Cabaret #C35974

Tints of Cabaret #C35974

Color information

#C35974 (or 0xC35974) is unknown color: approx Cabaret. HEX triplet: C3, 59 and 74. RGB value is (195,89,116). Sum of RGB (Red+Green+Blue) = 195+89+116=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C35974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35974 is #3CA68B. Grayscale: #7B7B7B. Windows color (decimal): -3974796 or 7625155. OLE color: 7625155.

HSL color Cylindrical-coordinate representation of color #C35974: hue angle of 344.72º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C35974 is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB19589116-
CMYK00.540.410.24
HSL344.72º46.9%55.69%-
HSV(B)344.72º54.36%76.47%-
XYZ29.2320.0118.84-
YUV123.77123.62178.8-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.75%
GREEN value IS 89 (35.16% from 255) = 22.25%
BLUE value IS 116 (45.70% from 255) = 29%
R=48.75%
G=22.25%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958911600.540.410.24344.7246.955.69
HexC3597403629181592f38
Octal30313116406651305315770
Binary1100001110110011110100011011010100111000101011001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35974; }

 p { color: rgb(195,89,116); }

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

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

 a { background-color: rgb(195,89,116); }

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

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

 span { border-color: rgb(195,89,116); }

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