#C35F71

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

Shades of Cabaret #C35F71

Tints of Cabaret #C35F71

Color information

#C35F71 (or 0xC35F71) is unknown color: approx Cabaret. HEX triplet: C3, 5F and 71. RGB value is (195,95,113). Sum of RGB (Red+Green+Blue) = 195+95+113=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35F71 is #3CA08E. Grayscale: #7E7E7E. Windows color (decimal): -3973263 or 7430083. OLE color: 7430083.

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

Color convert

RGB19595113-
CMYK00.510.420.24
HSL349.2º45.45%56.86%-
HSV(B)349.2º51.28%76.47%-
XYZ29.5820.9818.11-
YUV126.95120.13176.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.39%
GREEN value IS 95 (37.5% from 255) = 23.57%
BLUE value IS 113 (44.53% from 255) = 28.04%
R=48.39%
G=23.57%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959511300.510.420.24349.245.4556.86
HexC35F710332A1815d2d39
Octal30313716106352305355571
Binary1100001110111111110001011001110101011000101011101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35F71; }

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

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

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

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

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

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

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

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