#C17164

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

Shades of Contessa #C17164

Tints of Contessa #C17164

Color information

#C17164 (or 0xC17164) is unknown color: approx Contessa. HEX triplet: C1, 71 and 64. RGB value is (193,113,100). Sum of RGB (Red+Green+Blue) = 193+113+100=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C17164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17164 is #3E8E9B. Grayscale: #878787. Windows color (decimal): -4099740 or 6582721. OLE color: 6582721.

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

Color convert

RGB193113100-
CMYK00.410.480.24
HSL8.39º42.86%57.45%-
HSV(B)8.39º48.19%75.69%-
XYZ30.224.0715.11-
YUV135.44108169.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.54%
GREEN value IS 113 (44.53% from 255) = 27.83%
BLUE value IS 100 (39.45% from 255) = 24.63%
R=47.54%
G=27.83%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311310000.410.480.248.3942.8657.45
HexC17164029301882b39
Octal3011611440516030105371
Binary11000001111000111001000101001110000110001000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17164; }

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

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

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

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

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

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

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

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