#CD8A57

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

Shades of Whiskey Sour #CD8A57

Tints of Whiskey Sour #CD8A57

Color information

#CD8A57 (or 0xCD8A57) is unknown color: approx Whiskey Sour. HEX triplet: CD, 8A and 57. RGB value is (205,138,87). Sum of RGB (Red+Green+Blue) = 205+138+87=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 87 (34.38% from 255 or 20.23% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8A57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8A57 is #3275A8. Grayscale: #989898. Windows color (decimal): -3306921 or 5737165. OLE color: 5737165.

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

Color convert

RGB20513887-
CMYK00.330.580.20
HSL25.93º54.13%57.25%-
HSV(B)25.93º57.56%80.39%-
XYZ35.9931.8413.27-
YUV152.2291.2165.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.67%
GREEN value IS 138 (54.30% from 255) = 32.09%
BLUE value IS 87 (34.38% from 255) = 20.23%
R=47.67%
G=32.09%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051388700.330.580.2025.9354.1357.25
HexCD8A570213A141a3639
Octal3152121270417224326671
Binary1100110110001010101011101000011110101010011010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8A57; }

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

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

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

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

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

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

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

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