#CD726F

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

Shades of Contessa #CD726F

Tints of Contessa #CD726F

Color information

#CD726F (or 0xCD726F) is unknown color: approx Contessa. HEX triplet: CD, 72 and 6F. RGB value is (205,114,111). Sum of RGB (Red+Green+Blue) = 205+114+111=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD726F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD726F is #328D90. Grayscale: #8C8C8C. Windows color (decimal): -3313041 or 7303885. OLE color: 7303885.

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

Color convert

RGB205114111-
CMYK00.440.460.20
HSL1.91º48.45%61.96%-
HSV(B)1.91º45.85%80.39%-
XYZ34.0626.1618.29-
YUV140.87111.15173.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.67%
GREEN value IS 114 (44.92% from 255) = 26.51%
BLUE value IS 111 (43.75% from 255) = 25.81%
R=47.67%
G=26.51%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511411100.440.460.201.9148.4561.96
HexCD726F02C2E142303e
Octal315162157054562426076
Binary110011011110010110111101011001011101010010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD726F; }

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

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

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

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

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

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

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

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