#CC7671

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

Shades of Contessa #CC7671

Tints of Contessa #CC7671

Color information

#CC7671 (or 0xCC7671) is unknown color: approx Contessa. HEX triplet: CC, 76 and 71. RGB value is (204,118,113). Sum of RGB (Red+Green+Blue) = 204+118+113=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7671 is #33898E. Grayscale: #8F8F8F. Windows color (decimal): -3377551 or 7435980. OLE color: 7435980.

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

Color convert

RGB204118113-
CMYK00.420.450.2
HSL3.3º47.15%62.16%-
HSV(B)3.3º44.61%80%-
XYZ34.3626.9919.02-
YUV143.14110.99171.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.90%
GREEN value IS 118 (46.48% from 255) = 27.13%
BLUE value IS 113 (44.53% from 255) = 25.98%
R=46.90%
G=27.13%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411811300.420.450.23.347.1562.16
HexCC767102A2D1432f3e
Octal314166161052552435776
Binary110011001110110111000101010101011011010011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7671; }

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

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

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

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

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

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

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

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