#C35F78

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

Shades of Cabaret #C35F78

Tints of Cabaret #C35F78

Color information

#C35F78 (or 0xC35F78) is unknown color: approx Cabaret. HEX triplet: C3, 5F and 78. RGB value is (195,95,120). Sum of RGB (Red+Green+Blue) = 195+95+120=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35F78 is #3CA087. Grayscale: #7F7F7F. Windows color (decimal): -3973256 or 7888835. OLE color: 7888835.

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

Color convert

RGB19595120-
CMYK00.510.380.24
HSL345º45.45%56.86%-
HSV(B)345º51.28%76.47%-
XYZ29.9921.1420.27-
YUV127.75123.63175.97-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.56%
GREEN value IS 95 (37.5% from 255) = 23.17%
BLUE value IS 120 (47.27% from 255) = 29.27%
R=47.56%
G=23.17%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959512000.510.380.2434545.4556.86
HexC35F7803326181592d39
Octal30313717006346305315571
Binary1100001110111111111000011001110011011000101011001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35F78; }

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

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

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

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

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

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

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

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