#CD706C

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

Shades of Contessa #CD706C

Tints of Contessa #CD706C

Color information

#CD706C (or 0xCD706C) is unknown color: approx Contessa. HEX triplet: CD, 70 and 6C. RGB value is (205,112,108). Sum of RGB (Red+Green+Blue) = 205+112+108=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CD706C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD706C is #328F93. Grayscale: #8B8B8B. Windows color (decimal): -3313556 or 7106765. OLE color: 7106765.

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

Color convert

RGB205112108-
CMYK00.450.470.20
HSL2.47º49.24%61.37%-
HSV(B)2.47º47.32%80.39%-
XYZ33.6825.6517.36-
YUV139.35110.31174.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.24%
GREEN value IS 112 (44.14% from 255) = 26.35%
BLUE value IS 108 (42.58% from 255) = 25.41%
R=48.24%
G=26.35%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511210800.450.470.202.4749.2461.37
HexCD706C02D2F142313d
Octal315160154055572426175
Binary110011011110000110110001011011011111010010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD706C; }

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

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

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

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

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

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

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

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