#CD8E60

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

Shades of Whiskey #CD8E60

Tints of Whiskey #CD8E60

Color information

#CD8E60 (or 0xCD8E60) is unknown color: approx Whiskey. HEX triplet: CD, 8E and 60. RGB value is (205,142,96). Sum of RGB (Red+Green+Blue) = 205+142+96=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8E60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8E60 is #32719F. Grayscale: #9B9B9B. Windows color (decimal): -3305888 or 6328013. OLE color: 6328013.

HSL color Cylindrical-coordinate representation of color #CD8E60: hue angle of 25.32º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CD8E60 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB20514296-
CMYK00.310.530.20
HSL25.32º52.15%59.02%-
HSV(B)25.32º53.17%80.39%-
XYZ36.9633.1715.52-
YUV155.5994.37163.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.28%
GREEN value IS 142 (55.86% from 255) = 32.05%
BLUE value IS 96 (37.89% from 255) = 21.67%
R=46.28%
G=32.05%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051429600.310.530.2025.3252.1559.02
HexCD8E6001F351419343b
Octal3152161400376524316473
Binary110011011000111011000000111111101011010011001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8E60; }

 p { color: rgb(205,142,96); }

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

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

 a { background-color: rgb(205,142,96); }

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

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

 span { border-color: rgb(205,142,96); }

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