#CD8D5F

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

Shades of Whiskey #CD8D5F

Tints of Whiskey #CD8D5F

Color information

#CD8D5F (or 0xCD8D5F) is unknown color: approx Whiskey. HEX triplet: CD, 8D and 5F. RGB value is (205,141,95). Sum of RGB (Red+Green+Blue) = 205+141+95=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8D5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8D5F is #3272A0. Grayscale: #9B9B9B. Windows color (decimal): -3306145 or 6262221. OLE color: 6262221.

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

Color convert

RGB20514195-
CMYK00.310.540.20
HSL25.09º52.38%58.82%-
HSV(B)25.09º53.66%80.39%-
XYZ36.7732.8615.23-
YUV154.8994.2163.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.49%
GREEN value IS 141 (55.47% from 255) = 31.97%
BLUE value IS 95 (37.5% from 255) = 21.54%
R=46.49%
G=31.97%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051419500.310.540.2025.0952.3858.82
HexCD8D5F01F361419343b
Octal3152151370376624316473
Binary110011011000110110111110111111101101010011001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8D5F; }

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

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

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

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

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

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

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

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