#CD905D

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

Shades of Whiskey Sour #CD905D

Tints of Whiskey Sour #CD905D

Color information

#CD905D (or 0xCD905D) is unknown color: approx Whiskey Sour. HEX triplet: CD, 90 and 5D. RGB value is (205,144,93). Sum of RGB (Red+Green+Blue) = 205+144+93=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 205 - color contains mainly: red. Hex color #CD905D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD905D is #326FA2. Grayscale: #9C9C9C. Windows color (decimal): -3305379 or 6131917. OLE color: 6131917.

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

Color convert

RGB20514493-
CMYK00.300.550.20
HSL27.32º52.83%58.43%-
HSV(B)27.32º54.63%80.39%-
XYZ37.1333.7214.91-
YUV156.4292.21162.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.38%
GREEN value IS 144 (56.64% from 255) = 32.58%
BLUE value IS 93 (36.72% from 255) = 21.04%
R=46.38%
G=32.58%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051449300.300.550.2027.3252.8358.43
HexCD905D01E37141b353a
Octal3152201350366724336572
Binary110011011001000010111010111101101111010011011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD905D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD905D; }

 p { color: rgb(205,144,93); }

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

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

 a { background-color: rgb(205,144,93); }

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

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

 span { border-color: rgb(205,144,93); }

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