#CD8952

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

Shades of Whiskey Sour #CD8952

Tints of Whiskey Sour #CD8952

Color information

#CD8952 (or 0xCD8952) is unknown color: approx Whiskey Sour. HEX triplet: CD, 89 and 52. RGB value is (205,137,82). Sum of RGB (Red+Green+Blue) = 205+137+82=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 82 (32.42% from 255 or 19.34% from 424); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8952 is #3276AD. Grayscale: #979797. Windows color (decimal): -3307182 or 5409229. OLE color: 5409229.

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

Color convert

RGB20513782-
CMYK00.330.60.20
HSL26.83º55.16%56.27%-
HSV(B)26.83º60%80.39%-
XYZ35.6531.4812.18-
YUV151.0689.03166.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.35%
GREEN value IS 137 (53.91% from 255) = 32.31%
BLUE value IS 82 (32.42% from 255) = 19.34%
R=48.35%
G=32.31%
B=19.34%

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
Decimal2051378200.330.60.2026.8355.1656.27
HexCD89520213C141b3738
Octal3152111220417424336770
Binary1100110110001001101001001000011111001010011011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8952; }

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

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

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

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

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

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

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

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