#CC7871

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

Shades of Contessa #CC7871

Tints of Contessa #CC7871

Color information

#CC7871 (or 0xCC7871) is unknown color: approx Contessa. HEX triplet: CC, 78 and 71. RGB value is (204,120,113). Sum of RGB (Red+Green+Blue) = 204+120+113=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7871 is #33878E. Grayscale: #909090. Windows color (decimal): -3377039 or 7436492. OLE color: 7436492.

HSL color Cylindrical-coordinate representation of color #CC7871: hue angle of 4.62º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC7871 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB204120113-
CMYK00.410.450.2
HSL4.62º47.15%62.16%-
HSV(B)4.62º44.61%80%-
XYZ34.627.4619.1-
YUV144.32110.33170.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.68%
GREEN value IS 120 (47.27% from 255) = 27.46%
BLUE value IS 113 (44.53% from 255) = 25.86%
R=46.68%
G=27.46%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412011300.410.450.24.6247.1562.16
HexCC78710292D1452f3e
Octal314170161051552455776
Binary1100110011110001110001010100110110110100101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7871; }

 p { color: rgb(204,120,113); }

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

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

 a { background-color: rgb(204,120,113); }

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

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

 span { border-color: rgb(204,120,113); }

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