#C17065

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

Shades of Contessa #C17065

Tints of Contessa #C17065

Color information

#C17065 (or 0xC17065) is unknown color: approx Contessa. HEX triplet: C1, 70 and 65. RGB value is (193,112,101). Sum of RGB (Red+Green+Blue) = 193+112+101=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C17065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17065 is #3E8F9A. Grayscale: #878787. Windows color (decimal): -4099995 or 6648001. OLE color: 6648001.

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

Color convert

RGB193112101-
CMYK00.420.480.24
HSL7.17º42.59%57.65%-
HSV(B)7.17º47.67%75.69%-
XYZ30.1423.8715.33-
YUV134.96108.84169.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.54%
GREEN value IS 112 (44.14% from 255) = 27.59%
BLUE value IS 101 (39.84% from 255) = 24.88%
R=47.54%
G=27.59%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311210100.420.480.247.1742.5957.65
HexC1706502A301872b3a
Octal301160145052603075372
Binary1100000111100001100101010101011000011000111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17065; }

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

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

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

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

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

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

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

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