#CC726E

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

Shades of Contessa #CC726E

Tints of Contessa #CC726E

Color information

#CC726E (or 0xCC726E) is unknown color: approx Contessa. HEX triplet: CC, 72 and 6E. RGB value is (204,114,110). Sum of RGB (Red+Green+Blue) = 204+114+110=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC726E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC726E is #338D91. Grayscale: #8C8C8C. Windows color (decimal): -3378578 or 7238348. OLE color: 7238348.

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

Color convert

RGB204114110-
CMYK00.440.460.2
HSL2.55º47.96%61.57%-
HSV(B)2.55º46.08%80%-
XYZ33.732617.99-
YUV140.45110.82173.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.66%
GREEN value IS 114 (44.92% from 255) = 26.64%
BLUE value IS 110 (43.36% from 255) = 25.70%
R=47.66%
G=26.64%
B=25.70%

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
Decimal20411411000.440.460.22.5547.9661.57
HexCC726E02C2E143303e
Octal314162156054562436076
Binary110011001110010110111001011001011101010011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC726E; }

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

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

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

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

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

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

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

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