#C37160

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

Shades of Contessa #C37160

Tints of Contessa #C37160

Color information

#C37160 (or 0xC37160) is unknown color: approx Contessa. HEX triplet: C3, 71 and 60. RGB value is (195,113,96). Sum of RGB (Red+Green+Blue) = 195+113+96=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C37160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37160 is #3C8E9F. Grayscale: #878787. Windows color (decimal): -3968672 or 6320579. OLE color: 6320579.

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

Color convert

RGB19511396-
CMYK00.420.510.24
HSL10.3º45.21%57.06%-
HSV(B)10.3º50.77%76.47%-
XYZ30.5224.2614.14-
YUV135.58105.67170.38-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.27%
GREEN value IS 113 (44.53% from 255) = 27.97%
BLUE value IS 96 (37.89% from 255) = 23.76%
R=48.27%
G=27.97%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951139600.420.510.2410.345.2157.06
HexC3716002A3318a2d39
Octal3031611400526330125571
Binary11000011111000111000000101010110011110001010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37160; }

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

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

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

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

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

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

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

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