#C35878

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

Shades of Cabaret #C35878

Tints of Cabaret #C35878

Color information

#C35878 (or 0xC35878) is unknown color: approx Cabaret. HEX triplet: C3, 58 and 78. RGB value is (195,88,120). Sum of RGB (Red+Green+Blue) = 195+88+120=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C35878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35878 is #3CA787. Grayscale: #7B7B7B. Windows color (decimal): -3975048 or 7887043. OLE color: 7887043.

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

Color convert

RGB19588120-
CMYK00.550.380.24
HSL342.06º47.14%55.49%-
HSV(B)342.06º54.87%76.47%-
XYZ29.3919.9420.07-
YUV123.64125.95178.9-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.39%
GREEN value IS 88 (34.77% from 255) = 21.84%
BLUE value IS 120 (47.27% from 255) = 29.78%
R=48.39%
G=21.84%
B=29.78%

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
Decimal1958812000.550.380.24342.0647.1455.49
HexC3587803726181562f37
Octal30313017006746305265767
Binary1100001110110001111000011011110011011000101010110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35878; }

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

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

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

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

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

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

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

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