#CD706F

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

Shades of Contessa #CD706F

Tints of Contessa #CD706F

Color information

#CD706F (or 0xCD706F) is unknown color: approx Contessa. HEX triplet: CD, 70 and 6F. RGB value is (205,112,111). Sum of RGB (Red+Green+Blue) = 205+112+111=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CD706F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD706F is #328F90. Grayscale: #8B8B8B. Windows color (decimal): -3313553 or 7303373. OLE color: 7303373.

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

Color convert

RGB205112111-
CMYK00.450.460.20
HSL0.64º48.45%61.96%-
HSV(B)0.64º45.85%80.39%-
XYZ33.8425.7218.22-
YUV139.69111.81174.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.90%
GREEN value IS 112 (44.14% from 255) = 26.17%
BLUE value IS 111 (43.75% from 255) = 25.93%
R=47.90%
G=26.17%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511211100.450.460.200.6448.4561.96
HexCD706F02D2E141303e
Octal315160157055562416076
Binary11001101111000011011110101101101110101001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD706F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD706F; }

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

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

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

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

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

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

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

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