#CD8C5F

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

Shades of Whiskey #CD8C5F

Tints of Whiskey #CD8C5F

Color information

#CD8C5F (or 0xCD8C5F) is unknown color: approx Whiskey. HEX triplet: CD, 8C and 5F. RGB value is (205,140,95). Sum of RGB (Red+Green+Blue) = 205+140+95=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 95 (37.5% from 255 or 21.59% from 440); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8C5F is #3273A0. Grayscale: #9A9A9A. Windows color (decimal): -3306401 or 6261965. OLE color: 6261965.

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

Color convert

RGB20514095-
CMYK00.320.540.20
HSL24.55º52.38%58.82%-
HSV(B)24.55º53.66%80.39%-
XYZ36.6232.5615.18-
YUV154.394.53164.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.59%
GREEN value IS 140 (55.08% from 255) = 31.82%
BLUE value IS 95 (37.5% from 255) = 21.59%
R=46.59%
G=31.82%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051409500.320.540.2024.5552.3858.82
HexCD8C5F020361419343b
Octal3152141370406624316473
Binary1100110110001100101111101000001101101010011001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8C5F; }

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

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

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

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

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

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

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

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