#CC706F

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

Shades of Contessa #CC706F

Tints of Contessa #CC706F

Color information

#CC706F (or 0xCC706F) is unknown color: approx Contessa. HEX triplet: CC, 70 and 6F. RGB value is (204,112,111). Sum of RGB (Red+Green+Blue) = 204+112+111=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC706F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC706F is #338F90. Grayscale: #8B8B8B. Windows color (decimal): -3379089 or 7303372. OLE color: 7303372.

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

Color convert

RGB204112111-
CMYK00.450.460.2
HSL0.65º47.69%61.76%-
HSV(B)0.65º45.59%80%-
XYZ33.5725.5718.21-
YUV139.39111.98174.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.78%
GREEN value IS 112 (44.14% from 255) = 26.23%
BLUE value IS 111 (43.75% from 255) = 26.00%
R=47.78%
G=26.23%
B=26.00%

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
Decimal20411211100.450.460.20.6547.6961.76
HexCC706F02D2E141303e
Octal314160157055562416076
Binary11001100111000011011110101101101110101001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC706F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC706F; }

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

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

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

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

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

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

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

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