#C17465

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

Shades of Contessa #C17465

Tints of Contessa #C17465

Color information

#C17465 (or 0xC17465) is unknown color: approx Contessa. HEX triplet: C1, 74 and 65. RGB value is (193,116,101). Sum of RGB (Red+Green+Blue) = 193+116+101=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C17465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17465 is #3E8B9A. Grayscale: #898989. Windows color (decimal): -4098971 or 6649025. OLE color: 6649025.

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

Color convert

RGB193116101-
CMYK00.400.480.24
HSL9.78º42.59%57.65%-
HSV(B)9.78º47.67%75.69%-
XYZ30.5924.7715.48-
YUV137.31107.51167.72-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.07%
GREEN value IS 116 (45.70% from 255) = 28.29%
BLUE value IS 101 (39.84% from 255) = 24.63%
R=47.07%
G=28.29%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311610100.400.480.249.7842.5957.65
HexC174650283018a2b3a
Octal3011641450506030125372
Binary11000001111010011001010101000110000110001010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17465; }

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

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

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

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

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

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

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

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