#cd746c

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

Shades of Contessa #CD746C

Tints of Contessa #CD746C

Color information

#CD746C (or 0xCD746C) is unknown color: approx Contessa. HEX triplet: CD, 74 and 6C. RGB value is (205,116,108). Sum of RGB (Red+Green+Blue) = 205+116+108=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CD746C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD746C is #328B93. Grayscale: #8D8D8D. Windows color (decimal): -3312532 or 7107789. OLE color: 7107789.

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

Color convert

RGB205116108-
CMYK00.430.470.20
HSL4.95º49.24%61.37%-
HSV(B)4.95º47.32%80.39%-
XYZ34.1326.5517.51-
YUV141.7108.99173.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.79%
GREEN value IS 116 (45.70% from 255) = 27.04%
BLUE value IS 108 (42.58% from 255) = 25.17%
R=47.79%
G=27.04%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511610800.430.470.204.9549.2461.37
HexCD746C02B2F145313d
Octal315164154053572456175
Binary1100110111101001101100010101110111110100101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd746c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd746c; }

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

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

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

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

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

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

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

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