#CC706E

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

Shades of Contessa #CC706E

Tints of Contessa #CC706E

Color information

#CC706E (or 0xCC706E) is unknown color: approx Contessa. HEX triplet: CC, 70 and 6E. RGB value is (204,112,110). Sum of RGB (Red+Green+Blue) = 204+112+110=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC706E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC706E is #338F91. Grayscale: #8B8B8B. Windows color (decimal): -3379090 or 7237836. OLE color: 7237836.

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

Color convert

RGB204112110-
CMYK00.450.460.2
HSL1.28º47.96%61.57%-
HSV(B)1.28º46.08%80%-
XYZ33.5125.5517.92-
YUV139.28111.48174.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.89%
GREEN value IS 112 (44.14% from 255) = 26.29%
BLUE value IS 110 (43.36% from 255) = 25.82%
R=47.89%
G=26.29%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411211000.450.460.21.2847.9661.57
HexCC706E02D2E141303e
Octal314160156055562416076
Binary11001100111000011011100101101101110101001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC706E; }

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

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

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

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

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

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

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

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