#CC706B

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

Shades of Contessa #CC706B

Tints of Contessa #CC706B

Color information

#CC706B (or 0xCC706B) is unknown color: approx Contessa. HEX triplet: CC, 70 and 6B. RGB value is (204,112,107). Sum of RGB (Red+Green+Blue) = 204+112+107=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC706B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC706B is #338F94. Grayscale: #8B8B8B. Windows color (decimal): -3379093 or 7041228. OLE color: 7041228.

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

Color convert

RGB204112107-
CMYK00.450.480.2
HSL3.09º48.74%60.98%-
HSV(B)3.09º47.55%80%-
XYZ33.3525.4917.07-
YUV138.94109.98174.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.23%
GREEN value IS 112 (44.14% from 255) = 26.48%
BLUE value IS 107 (42.19% from 255) = 25.30%
R=48.23%
G=26.48%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411210700.450.480.23.0948.7460.98
HexCC706B02D30143313d
Octal314160153055602436175
Binary110011001110000110101101011011100001010011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC706B; }

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

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

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

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

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

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

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

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