#CD706A

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

Shades of Contessa #CD706A

Tints of Contessa #CD706A

Color information

#CD706A (or 0xCD706A) is unknown color: approx Contessa. HEX triplet: CD, 70 and 6A. RGB value is (205,112,106). Sum of RGB (Red+Green+Blue) = 205+112+106=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CD706A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD706A is #328F95. Grayscale: #8B8B8B. Windows color (decimal): -3313558 or 6975693. OLE color: 6975693.

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

Color convert

RGB205112106-
CMYK00.450.480.20
HSL3.64º49.75%60.98%-
HSV(B)3.64º48.29%80.39%-
XYZ33.5725.6116.81-
YUV139.12109.31174.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.46%
GREEN value IS 112 (44.14% from 255) = 26.48%
BLUE value IS 106 (41.80% from 255) = 25.06%
R=48.46%
G=26.48%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511210600.450.480.203.6449.7560.98
HexCD706A02D30144323d
Octal315160152055602446275
Binary1100110111100001101010010110111000010100100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD706A; }

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

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

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

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

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

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

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

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