#CD8960

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

Shades of Whiskey #CD8960

Tints of Whiskey #CD8960

Color information

#CD8960 (or 0xCD8960) is unknown color: approx Whiskey. HEX triplet: CD, 89 and 60. RGB value is (205,137,96). Sum of RGB (Red+Green+Blue) = 205+137+96=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8960 is #32769F. Grayscale: #989898. Windows color (decimal): -3307168 or 6326733. OLE color: 6326733.

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

Color convert

RGB20513796-
CMYK00.330.530.20
HSL22.57º52.15%59.02%-
HSV(B)22.57º53.17%80.39%-
XYZ36.2331.7115.28-
YUV152.6696.03165.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.80%
GREEN value IS 137 (53.91% from 255) = 31.28%
BLUE value IS 96 (37.89% from 255) = 21.92%
R=46.80%
G=31.28%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051379600.330.530.2022.5752.1559.02
HexCD8960021351417343b
Octal3152111400416524276473
Binary1100110110001001110000001000011101011010010111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8960; }

 p { color: rgb(205,137,96); }

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

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

 a { background-color: rgb(205,137,96); }

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

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

 span { border-color: rgb(205,137,96); }

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