#C37060

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

Shades of Contessa #C37060

Tints of Contessa #C37060

Color information

#C37060 (or 0xC37060) is unknown color: approx Contessa. HEX triplet: C3, 70 and 60. RGB value is (195,112,96). Sum of RGB (Red+Green+Blue) = 195+112+96=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C37060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37060 is #3C8F9F. Grayscale: #878787. Windows color (decimal): -3968928 or 6320323. OLE color: 6320323.

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

Color convert

RGB19511296-
CMYK00.430.510.24
HSL9.7º45.21%57.06%-
HSV(B)9.7º50.77%76.47%-
XYZ30.4124.0314.1-
YUV134.99106170.8-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.39%
GREEN value IS 112 (44.14% from 255) = 27.79%
BLUE value IS 96 (37.89% from 255) = 23.82%
R=48.39%
G=27.79%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951129600.430.510.249.745.2157.06
HexC3706002B3318a2d39
Octal3031601400536330125571
Binary11000011111000011000000101011110011110001010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37060; }

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

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

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

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

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

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

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

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