#C1715E

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

Shades of Contessa #C1715E

Tints of Contessa #C1715E

Color information

#C1715E (or 0xC1715E) is unknown color: approx Contessa. HEX triplet: C1, 71 and 5E. RGB value is (193,113,94). Sum of RGB (Red+Green+Blue) = 193+113+94=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C1715E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1715E is #3E8EA1. Grayscale: #868686. Windows color (decimal): -4099746 or 6189505. OLE color: 6189505.

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

Color convert

RGB19311394-
CMYK00.410.510.24
HSL11.52º44.39%56.27%-
HSV(B)11.52º51.3%75.69%-
XYZ29.9223.9613.64-
YUV134.75105169.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.25%
GREEN value IS 113 (44.53% from 255) = 28.25%
BLUE value IS 94 (37.11% from 255) = 23.5%
R=48.25%
G=28.25%
B=23.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931139400.410.510.2411.5244.3956.27
HexC1715E0293318c2c38
Octal3011611360516330145470
Binary11000001111000110111100101001110011110001100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1715E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1715E; }

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

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

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

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

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

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

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

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