#C35879

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

Shades of Cabaret #C35879

Tints of Cabaret #C35879

Color information

#C35879 (or 0xC35879) is unknown color: approx Cabaret. HEX triplet: C3, 58 and 79. RGB value is (195,88,121). Sum of RGB (Red+Green+Blue) = 195+88+121=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C35879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35879 is #3CA786. Grayscale: #7B7B7B. Windows color (decimal): -3975047 or 7952579. OLE color: 7952579.

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

Color convert

RGB19588121-
CMYK00.550.380.24
HSL341.5º47.14%55.49%-
HSV(B)341.5º54.87%76.47%-
XYZ29.4519.9620.39-
YUV123.76126.45178.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.27%
GREEN value IS 88 (34.77% from 255) = 21.78%
BLUE value IS 121 (47.66% from 255) = 29.95%
R=48.27%
G=21.78%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958812100.550.380.24341.547.1455.49
HexC3587903726181552f37
Octal30313017106746305255767
Binary1100001110110001111001011011110011011000101010101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35879; }

 p { color: rgb(195,88,121); }

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

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

 a { background-color: rgb(195,88,121); }

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

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

 span { border-color: rgb(195,88,121); }

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