#CD8D60

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

Shades of Whiskey #CD8D60

Tints of Whiskey #CD8D60

Color information

#CD8D60 (or 0xCD8D60) is unknown color: approx Whiskey. HEX triplet: CD, 8D and 60. RGB value is (205,141,96). Sum of RGB (Red+Green+Blue) = 205+141+96=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8D60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8D60 is #32729F. Grayscale: #9B9B9B. Windows color (decimal): -3306144 or 6327757. OLE color: 6327757.

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

Color convert

RGB20514196-
CMYK00.310.530.20
HSL24.77º52.15%59.02%-
HSV(B)24.77º53.17%80.39%-
XYZ36.8132.8715.47-
YUV155.0194.7163.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.38%
GREEN value IS 141 (55.47% from 255) = 31.90%
BLUE value IS 96 (37.89% from 255) = 21.72%
R=46.38%
G=31.90%
B=21.72%

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
Decimal2051419600.310.530.2024.7752.1559.02
HexCD8D6001F351419343b
Octal3152151400376524316473
Binary110011011000110111000000111111101011010011001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8D60; }

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

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

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

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

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

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

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

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