#C8716E

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

Shades of Contessa #C8716E

Tints of Contessa #C8716E

Color information

#C8716E (or 0xC8716E) is unknown color: approx Contessa. HEX triplet: C8, 71 and 6E. RGB value is (200,113,110). Sum of RGB (Red+Green+Blue) = 200+113+110=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C8716E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8716E is #378E91. Grayscale: #8A8A8A. Windows color (decimal): -3640978 or 7238088. OLE color: 7238088.

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

Color convert

RGB200113110-
CMYK00.440.450.22
HSL45%60.78%-
HSV(B)45%78.43%-
XYZ32.5425.2217.9-
YUV138.67111.82171.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.28%
GREEN value IS 113 (44.53% from 255) = 26.71%
BLUE value IS 110 (43.36% from 255) = 26.00%
R=47.28%
G=26.71%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011311000.440.450.2224560.78
HexC8716E02C2D1622d3d
Octal310161156054552625575
Binary110010001110001110111001011001011011011010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8716E; }

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

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

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

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

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

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

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

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