#CD9468

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

Shades of Whiskey #CD9468

Tints of Whiskey #CD9468

Color information

#CD9468 (or 0xCD9468) is unknown color: approx Whiskey. HEX triplet: CD, 94 and 68. RGB value is (205,148,104). Sum of RGB (Red+Green+Blue) = 205+148+104=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9468 is #326B97. Grayscale: #A0A0A0. Windows color (decimal): -3304344 or 6853837. OLE color: 6853837.

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

Color convert

RGB205148104-
CMYK00.280.490.20
HSL26.14º50.25%60.59%-
HSV(B)26.14º49.27%80.39%-
XYZ38.2735.1617.87-
YUV160.0396.38160.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.86%
GREEN value IS 148 (58.20% from 255) = 32.39%
BLUE value IS 104 (41.02% from 255) = 22.76%
R=44.86%
G=32.39%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514810400.280.490.2026.1450.2560.59
HexCD946801C31141a323d
Octal3152241500346124326275
Binary110011011001010011010000111001100011010011010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9468; }

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

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

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

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

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

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

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

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