#CD8752

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

Shades of Whiskey Sour #CD8752

Tints of Whiskey Sour #CD8752

Color information

#CD8752 (or 0xCD8752) is unknown color: approx Whiskey Sour. HEX triplet: CD, 87 and 52. RGB value is (205,135,82). Sum of RGB (Red+Green+Blue) = 205+135+82=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 82 (32.42% from 255 or 19.43% from 422); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8752 is #3278AD. Grayscale: #969696. Windows color (decimal): -3307694 or 5408717. OLE color: 5408717.

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

Color convert

RGB20513582-
CMYK00.340.60.20
HSL25.85º55.16%56.27%-
HSV(B)25.85º60%80.39%-
XYZ35.3630.9212.09-
YUV149.8989.69167.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.58%
GREEN value IS 135 (53.12% from 255) = 31.99%
BLUE value IS 82 (32.42% from 255) = 19.43%
R=48.58%
G=31.99%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.6
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051358200.340.60.2025.8555.1656.27
HexCD87520223C141a3738
Octal3152071220427424326770
Binary1100110110000111101001001000101111001010011010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8752; }

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

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

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

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

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

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

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

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