#C35670

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

Shades of Cabaret #C35670

Tints of Cabaret #C35670

Color information

#C35670 (or 0xC35670) is unknown color: approx Cabaret. HEX triplet: C3, 56 and 70. RGB value is (195,86,112). Sum of RGB (Red+Green+Blue) = 195+86+112=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C35670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35670 is #3CA98F. Grayscale: #797979. Windows color (decimal): -3975568 or 7362243. OLE color: 7362243.

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

Color convert

RGB19586112-
CMYK00.560.430.24
HSL345.69º47.6%55.1%-
HSV(B)345.69º55.9%76.47%-
XYZ28.7619.4317.56-
YUV121.56122.61180.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.62%
GREEN value IS 86 (33.98% from 255) = 21.88%
BLUE value IS 112 (44.14% from 255) = 28.50%
R=49.62%
G=21.88%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958611200.560.430.24345.6947.655.1
HexC356700382B1815a3037
Octal30312616007053305326067
Binary1100001110101101110000011100010101111000101011010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35670; }

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

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

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

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

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

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

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

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