#C1715F

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

Shades of Contessa #C1715F

Tints of Contessa #C1715F

Color information

#C1715F (or 0xC1715F) is unknown color: approx Contessa. HEX triplet: C1, 71 and 5F. RGB value is (193,113,95). Sum of RGB (Red+Green+Blue) = 193+113+95=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C1715F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1715F is #3E8EA0. Grayscale: #878787. Windows color (decimal): -4099745 or 6255041. OLE color: 6255041.

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

Color convert

RGB19311395-
CMYK00.410.510.24
HSL11.02º44.14%56.47%-
HSV(B)11.02º50.78%75.69%-
XYZ29.9623.9713.87-
YUV134.87105.5169.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.13%
GREEN value IS 113 (44.53% from 255) = 28.18%
BLUE value IS 95 (37.5% from 255) = 23.69%
R=48.13%
G=28.18%
B=23.69%

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
Decimal1931139500.410.510.2411.0244.1456.47
HexC1715F0293318b2c38
Octal3011611370516330135470
Binary11000001111000110111110101001110011110001011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1715F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1715F; }

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

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

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

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

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

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

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

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