#CD8F68

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

Shades of Whiskey #CD8F68

Tints of Whiskey #CD8F68

Color information

#CD8F68 (or 0xCD8F68) is unknown color: approx Whiskey. HEX triplet: CD, 8F and 68. RGB value is (205,143,104). Sum of RGB (Red+Green+Blue) = 205+143+104=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8F68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8F68 is #327097. Grayscale: #9D9D9D. Windows color (decimal): -3305624 or 6852557. OLE color: 6852557.

HSL color Cylindrical-coordinate representation of color #CD8F68: hue angle of 23.17º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CD8F68 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB205143104-
CMYK00.300.490.20
HSL23.17º50.25%60.59%-
HSV(B)23.17º49.27%80.39%-
XYZ37.533.6217.61-
YUV157.0998.04162.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.35%
GREEN value IS 143 (56.25% from 255) = 31.64%
BLUE value IS 104 (41.02% from 255) = 23.01%
R=45.35%
G=31.64%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514310400.300.490.2023.1750.2560.59
HexCD8F6801E311417323d
Octal3152171500366124276275
Binary110011011000111111010000111101100011010010111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8F68; }

 p { color: rgb(205,143,104); }

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

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

 a { background-color: rgb(205,143,104); }

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

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

 span { border-color: rgb(205,143,104); }

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