#CD736F

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

Shades of Contessa #CD736F

Tints of Contessa #CD736F

Color information

#CD736F (or 0xCD736F) is unknown color: approx Contessa. HEX triplet: CD, 73 and 6F. RGB value is (205,115,111). Sum of RGB (Red+Green+Blue) = 205+115+111=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD736F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD736F is #328C90. Grayscale: #8D8D8D. Windows color (decimal): -3312785 or 7304141. OLE color: 7304141.

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

Color convert

RGB205115111-
CMYK00.440.460.20
HSL2.55º48.45%61.96%-
HSV(B)2.55º45.85%80.39%-
XYZ34.1826.3918.33-
YUV141.45110.82173.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.56%
GREEN value IS 115 (45.31% from 255) = 26.68%
BLUE value IS 111 (43.75% from 255) = 25.75%
R=47.56%
G=26.68%
B=25.75%

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
Decimal20511511100.440.460.202.5548.4561.96
HexCD736F02C2E143303e
Octal315163157054562436076
Binary110011011110011110111101011001011101010011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD736F; }

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

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

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

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

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

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

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

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