#cd8e5f

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

Shades of Whiskey #CD8E5F

Tints of Whiskey #CD8E5F

Color information

#CD8E5F (or 0xCD8E5F) is unknown color: approx Whiskey. HEX triplet: CD, 8E and 5F. RGB value is (205,142,95). Sum of RGB (Red+Green+Blue) = 205+142+95=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 95 (37.5% from 255 or 21.49% from 442); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8E5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8E5F is #3271A0. Grayscale: #9B9B9B. Windows color (decimal): -3305889 or 6262477. OLE color: 6262477.

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

Color convert

RGB20514295-
CMYK00.310.540.20
HSL25.64º52.38%58.82%-
HSV(B)25.64º53.66%80.39%-
XYZ36.9233.1515.28-
YUV155.4893.87163.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.38%
GREEN value IS 142 (55.86% from 255) = 32.13%
BLUE value IS 95 (37.5% from 255) = 21.49%
R=46.38%
G=32.13%
B=21.49%

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
Decimal2051429500.310.540.2025.6452.3858.82
HexCD8E5F01F36141a343b
Octal3152161370376624326473
Binary110011011000111010111110111111101101010011010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd8e5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd8e5f; }

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

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

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

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

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

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

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

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