#C17270

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

Shades of Contessa #C17270

Tints of Contessa #C17270

Color information

#C17270 (or 0xC17270) is unknown color: approx Contessa. HEX triplet: C1, 72 and 70. RGB value is (193,114,112). Sum of RGB (Red+Green+Blue) = 193+114+112=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C17270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17270 is #3E8D8F. Grayscale: #898989. Windows color (decimal): -4099472 or 7369409. OLE color: 7369409.

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

Color convert

RGB193114112-
CMYK00.410.420.24
HSL1.48º39.51%59.8%-
HSV(B)1.48º41.97%75.69%-
XYZ30.9324.5418.44-
YUV137.39113.67167.66-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.06%
GREEN value IS 114 (44.92% from 255) = 27.21%
BLUE value IS 112 (44.14% from 255) = 26.73%
R=46.06%
G=27.21%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311411200.410.420.241.4839.5159.8
HexC172700292A181283c
Octal301162160051523015074
Binary11000001111001011100000101001101010110001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17270; }

 p { color: rgb(193,114,112); }

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

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

 a { background-color: rgb(193,114,112); }

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

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

 span { border-color: rgb(193,114,112); }

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