#CD8E62

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

Shades of Whiskey #CD8E62

Tints of Whiskey #CD8E62

Color information

#CD8E62 (or 0xCD8E62) is unknown color: approx Whiskey. HEX triplet: CD, 8E and 62. RGB value is (205,142,98). Sum of RGB (Red+Green+Blue) = 205+142+98=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 98 (38.67% from 255 or 22.02% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8E62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8E62 is #32719D. Grayscale: #9C9C9C. Windows color (decimal): -3305886 or 6459085. OLE color: 6459085.

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

Color convert

RGB20514298-
CMYK00.310.520.20
HSL24.67º51.69%59.41%-
HSV(B)24.67º52.2%80.39%-
XYZ37.0533.2116.01-
YUV155.8295.37163.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.07%
GREEN value IS 142 (55.86% from 255) = 31.91%
BLUE value IS 98 (38.67% from 255) = 22.02%
R=46.07%
G=31.91%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051429800.310.520.2024.6751.6959.41
HexCD8E6201F341419343b
Octal3152161420376424316473
Binary110011011000111011000100111111101001010011001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8E62; }

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

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

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

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

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

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

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

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