#CC7068

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

Shades of Contessa #CC7068

Tints of Contessa #CC7068

Color information

#CC7068 (or 0xCC7068) is unknown color: approx Contessa. HEX triplet: CC, 70 and 68. RGB value is (204,112,104). Sum of RGB (Red+Green+Blue) = 204+112+104=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7068 is #338F97. Grayscale: #8A8A8A. Windows color (decimal): -3379096 or 6844620. OLE color: 6844620.

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

Color convert

RGB204112104-
CMYK00.450.490.2
HSL4.8º49.5%60.39%-
HSV(B)4.8º49.02%80%-
XYZ33.1925.4316.25-
YUV138.6108.48174.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.57%
GREEN value IS 112 (44.14% from 255) = 26.67%
BLUE value IS 104 (41.02% from 255) = 24.76%
R=48.57%
G=26.67%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411210400.450.490.24.849.560.39
HexCC706802D31145323c
Octal314160150055612456274
Binary1100110011100001101000010110111000110100101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7068; }

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

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

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

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

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

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

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

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