#CC7063

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

Shades of Contessa #CC7063

Tints of Contessa #CC7063

Color information

#CC7063 (or 0xCC7063) is unknown color: approx Contessa. HEX triplet: CC, 70 and 63. RGB value is (204,112,99). Sum of RGB (Red+Green+Blue) = 204+112+99=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 99 (39.06% from 255 or 23.86% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7063 is #338F9C. Grayscale: #8A8A8A. Windows color (decimal): -3379101 or 6516940. OLE color: 6516940.

HSL color Cylindrical-coordinate representation of color #CC7063: hue angle of 7.43º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC7063 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB20411299-
CMYK00.450.510.2
HSL7.43º50.72%59.41%-
HSV(B)7.43º51.47%80%-
XYZ32.9525.3314.96-
YUV138.03105.98175.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.16%
GREEN value IS 112 (44.14% from 255) = 26.99%
BLUE value IS 99 (39.06% from 255) = 23.86%
R=49.16%
G=26.99%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041129900.450.510.27.4350.7259.41
HexCC706302D33147333b
Octal314160143055632476373
Binary1100110011100001100011010110111001110100111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7063; }

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

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

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

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

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

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

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

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