#C17864

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

Shades of Contessa #C17864

Tints of Contessa #C17864

Color information

#C17864 (or 0xC17864) is unknown color: approx Contessa. HEX triplet: C1, 78 and 64. RGB value is (193,120,100). Sum of RGB (Red+Green+Blue) = 193+120+100=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C17864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17864 is #3E879B. Grayscale: #8B8B8B. Windows color (decimal): -4097948 or 6584513. OLE color: 6584513.

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

Color convert

RGB193120100-
CMYK00.380.480.24
HSL12.9º42.86%57.45%-
HSV(B)12.9º48.19%75.69%-
XYZ31.0125.6915.38-
YUV139.55105.68166.13-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.73%
GREEN value IS 120 (47.27% from 255) = 29.06%
BLUE value IS 100 (39.45% from 255) = 24.21%
R=46.73%
G=29.06%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312010000.380.480.2412.942.8657.45
HexC178640263018d2b39
Octal3011701440466030155371
Binary11000001111100011001000100110110000110001101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17864; }

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

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

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

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

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

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

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

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