#CD726D

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

Shades of Contessa #CD726D

Tints of Contessa #CD726D

Color information

#CD726D (or 0xCD726D) is unknown color: approx Contessa. HEX triplet: CD, 72 and 6D. RGB value is (205,114,109). Sum of RGB (Red+Green+Blue) = 205+114+109=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CD726D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD726D is #328D92. Grayscale: #8C8C8C. Windows color (decimal): -3313043 or 7172813. OLE color: 7172813.

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

Color convert

RGB205114109-
CMYK00.440.470.20
HSL3.13º48.98%61.57%-
HSV(B)3.13º46.83%80.39%-
XYZ33.9526.1217.72-
YUV140.64110.15173.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.90%
GREEN value IS 114 (44.92% from 255) = 26.64%
BLUE value IS 109 (42.97% from 255) = 25.47%
R=47.90%
G=26.64%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511410900.440.470.203.1348.9861.57
HexCD726D02C2F143313e
Octal315162155054572436176
Binary110011011110010110110101011001011111010011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD726D; }

 p { color: rgb(205,114,109); }

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

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

 a { background-color: rgb(205,114,109); }

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

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

 span { border-color: rgb(205,114,109); }

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