#CD8A52

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

Shades of Whiskey Sour #CD8A52

Tints of Whiskey Sour #CD8A52

Color information

#CD8A52 (or 0xCD8A52) is unknown color: approx Whiskey Sour. HEX triplet: CD, 8A and 52. RGB value is (205,138,82). Sum of RGB (Red+Green+Blue) = 205+138+82=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 82 (32.42% from 255 or 19.29% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8A52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8A52 is #3275AD. Grayscale: #979797. Windows color (decimal): -3306926 or 5409485. OLE color: 5409485.

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

Color convert

RGB20513882-
CMYK00.330.60.20
HSL27.32º55.16%56.27%-
HSV(B)27.32º60%80.39%-
XYZ35.7931.7712.23-
YUV151.6588.7166.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.24%
GREEN value IS 138 (54.30% from 255) = 32.47%
BLUE value IS 82 (32.42% from 255) = 19.29%
R=48.24%
G=32.47%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.6
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051388200.330.60.2027.3255.1656.27
HexCD8A520213C141b3738
Octal3152121220417424336770
Binary1100110110001010101001001000011111001010011011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8A52; }

 p { color: rgb(205,138,82); }

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

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

 a { background-color: rgb(205,138,82); }

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

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

 span { border-color: rgb(205,138,82); }

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