#C17271

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

Shades of Contessa #C17271

Tints of Contessa #C17271

Color information

#C17271 (or 0xC17271) is unknown color: approx Contessa. HEX triplet: C1, 72 and 71. RGB value is (193,114,113). Sum of RGB (Red+Green+Blue) = 193+114+113=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C17271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17271 is #3E8D8E. Grayscale: #898989. Windows color (decimal): -4099471 or 7434945. OLE color: 7434945.

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

Color convert

RGB193114113-
CMYK00.410.410.24
HSL0.75º39.22%60%-
HSV(B)0.75º41.45%75.69%-
XYZ30.9924.5618.73-
YUV137.51114.17167.58-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.95%
GREEN value IS 114 (44.92% from 255) = 27.14%
BLUE value IS 113 (44.53% from 255) = 26.90%
R=45.95%
G=27.14%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311411300.410.410.240.7539.2260
HexC1727102929181273c
Octal301162161051513014774
Binary11000001111001011100010101001101001110001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17271; }

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

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

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

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

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

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

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

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