#CC7673

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

Shades of Contessa #CC7673

Tints of Contessa #CC7673

Color information

#CC7673 (or 0xCC7673) is unknown color: approx Contessa. HEX triplet: CC, 76 and 73. RGB value is (204,118,115). Sum of RGB (Red+Green+Blue) = 204+118+115=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7673 is #33898C. Grayscale: #8F8F8F. Windows color (decimal): -3377549 or 7567052. OLE color: 7567052.

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

Color convert

RGB204118115-
CMYK00.420.440.2
HSL2.02º46.6%62.55%-
HSV(B)2.02º43.63%80%-
XYZ34.4727.0319.62-
YUV143.37111.99171.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.68%
GREEN value IS 118 (46.48% from 255) = 27.00%
BLUE value IS 115 (45.31% from 255) = 26.32%
R=46.68%
G=27.00%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411811500.420.440.22.0246.662.55
HexCC767302A2C1422f3f
Octal314166163052542425777
Binary110011001110110111001101010101011001010010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7673; }

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

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

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

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

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

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

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

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