#CD8D63

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

Shades of Whiskey #CD8D63

Tints of Whiskey #CD8D63

Color information

#CD8D63 (or 0xCD8D63) is unknown color: approx Whiskey. HEX triplet: CD, 8D and 63. RGB value is (205,141,99). Sum of RGB (Red+Green+Blue) = 205+141+99=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 99 (39.06% from 255 or 22.25% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8D63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8D63 is #32729C. Grayscale: #9B9B9B. Windows color (decimal): -3306141 or 6524365. OLE color: 6524365.

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

Color convert

RGB20514199-
CMYK00.310.520.20
HSL23.77º51.46%59.61%-
HSV(B)23.77º51.71%80.39%-
XYZ36.9532.9316.21-
YUV155.3596.2163.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.07%
GREEN value IS 141 (55.47% from 255) = 31.69%
BLUE value IS 99 (39.06% from 255) = 22.25%
R=46.07%
G=31.69%
B=22.25%

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
Decimal2051419900.310.520.2023.7751.4659.61
HexCD8D6301F341418333c
Octal3152151430376424306374
Binary110011011000110111000110111111101001010011000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8D63; }

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

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

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

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

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

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

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

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