#C8726E

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

Shades of Contessa #C8726E

Tints of Contessa #C8726E

Color information

#C8726E (or 0xC8726E) is unknown color: approx Contessa. HEX triplet: C8, 72 and 6E. RGB value is (200,114,110). Sum of RGB (Red+Green+Blue) = 200+114+110=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 110 (43.36% from 255 or 25.94% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C8726E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8726E is #378D91. Grayscale: #8B8B8B. Windows color (decimal): -3640722 or 7238344. OLE color: 7238344.

HSL color Cylindrical-coordinate representation of color #C8726E: hue angle of 2.67º 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 #C8726E is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB200114110-
CMYK00.430.450.22
HSL2.67º45%60.78%-
HSV(B)2.67º45%78.43%-
XYZ32.6525.4417.94-
YUV139.26111.49171.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.17%
GREEN value IS 114 (44.92% from 255) = 26.89%
BLUE value IS 110 (43.36% from 255) = 25.94%
R=47.17%
G=26.89%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011411000.430.450.222.674560.78
HexC8726E02B2D1632d3d
Octal310162156053552635575
Binary110010001110010110111001010111011011011011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8726E; }

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

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

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

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

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

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

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

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