#C35671

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

Shades of Cabaret #C35671

Tints of Cabaret #C35671

Color information

#C35671 (or 0xC35671) is unknown color: approx Cabaret. HEX triplet: C3, 56 and 71. RGB value is (195,86,113). Sum of RGB (Red+Green+Blue) = 195+86+113=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C35671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35671 is #3CA98E. Grayscale: #797979. Windows color (decimal): -3975567 or 7427779. OLE color: 7427779.

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

Color convert

RGB19586113-
CMYK00.560.420.24
HSL345.14º47.6%55.1%-
HSV(B)345.14º55.9%76.47%-
XYZ28.8119.4517.86-
YUV121.67123.11180.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.49%
GREEN value IS 86 (33.98% from 255) = 21.83%
BLUE value IS 113 (44.53% from 255) = 28.68%
R=49.49%
G=21.83%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958611300.560.420.24345.1447.655.1
HexC356710382A181593037
Octal30312616107052305316067
Binary1100001110101101110001011100010101011000101011001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35671; }

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

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

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

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

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

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

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

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