#C8716F

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

Shades of Contessa #C8716F

Tints of Contessa #C8716F

Color information

#C8716F (or 0xC8716F) is unknown color: approx Contessa. HEX triplet: C8, 71 and 6F. RGB value is (200,113,111). Sum of RGB (Red+Green+Blue) = 200+113+111=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C8716F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8716F is #378E90. Grayscale: #8A8A8A. Windows color (decimal): -3640977 or 7303624. OLE color: 7303624.

HSL color Cylindrical-coordinate representation of color #C8716F: hue angle of 1.35º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C8716F is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB200113111-
CMYK00.440.440.22
HSL1.35º44.72%60.98%-
HSV(B)1.35º44.5%78.43%-
XYZ32.5925.2418.19-
YUV138.78112.32171.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.17%
GREEN value IS 113 (44.53% from 255) = 26.65%
BLUE value IS 111 (43.75% from 255) = 26.18%
R=47.17%
G=26.65%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011311100.440.440.221.3544.7260.98
HexC8716F02C2C1612d3d
Octal310161157054542615575
Binary11001000111000111011110101100101100101101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8716F; }

 p { color: rgb(200,113,111); }

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

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

 a { background-color: rgb(200,113,111); }

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

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

 span { border-color: rgb(200,113,111); }

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