#CD746E

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

Shades of Contessa #CD746E

Tints of Contessa #CD746E

Color information

#CD746E (or 0xCD746E) is unknown color: approx Contessa. HEX triplet: CD, 74 and 6E. RGB value is (205,116,110). Sum of RGB (Red+Green+Blue) = 205+116+110=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD746E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD746E is #328B91. Grayscale: #8E8E8E. Windows color (decimal): -3312530 or 7238861. OLE color: 7238861.

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

Color convert

RGB205116110-
CMYK00.430.460.20
HSL3.79º48.72%61.76%-
HSV(B)3.79º46.34%80.39%-
XYZ34.2426.618.08-
YUV141.93109.99172.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.56%
GREEN value IS 116 (45.70% from 255) = 26.91%
BLUE value IS 110 (43.36% from 255) = 25.52%
R=47.56%
G=26.91%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511611000.430.460.203.7948.7261.76
HexCD746E02B2E144313e
Octal315164156053562446176
Binary1100110111101001101110010101110111010100100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD746E; }

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

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

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

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

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

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

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

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