#CC726F

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

Shades of Contessa #CC726F

Tints of Contessa #CC726F

Color information

#CC726F (or 0xCC726F) is unknown color: approx Contessa. HEX triplet: CC, 72 and 6F. RGB value is (204,114,111). Sum of RGB (Red+Green+Blue) = 204+114+111=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC726F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC726F is #338D90. Grayscale: #8C8C8C. Windows color (decimal): -3378577 or 7303884. OLE color: 7303884.

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

Color convert

RGB204114111-
CMYK00.440.460.2
HSL1.94º47.69%61.76%-
HSV(B)1.94º45.59%80%-
XYZ33.7926.0218.28-
YUV140.57111.32173.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.55%
GREEN value IS 114 (44.92% from 255) = 26.57%
BLUE value IS 111 (43.75% from 255) = 25.87%
R=47.55%
G=26.57%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411411100.440.460.21.9447.6961.76
HexCC726F02C2E142303e
Octal314162157054562426076
Binary110011001110010110111101011001011101010010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC726F; }

 p { color: rgb(204,114,111); }

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

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

 a { background-color: rgb(204,114,111); }

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

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

 span { border-color: rgb(204,114,111); }

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