#CD935F

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

Shades of Whiskey Sour #CD935F

Tints of Whiskey Sour #CD935F

Color information

#CD935F (or 0xCD935F) is unknown color: approx Whiskey Sour. HEX triplet: CD, 93 and 5F. RGB value is (205,147,95). Sum of RGB (Red+Green+Blue) = 205+147+95=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 205 - color contains mainly: red. Hex color #CD935F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD935F is #326CA0. Grayscale: #9E9E9E. Windows color (decimal): -3304609 or 6263757. OLE color: 6263757.

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

Color convert

RGB20514795-
CMYK00.280.540.20
HSL28.36º52.38%58.82%-
HSV(B)28.36º53.66%80.39%-
XYZ37.6834.6715.53-
YUV158.4192.22161.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.86%
GREEN value IS 147 (57.81% from 255) = 32.89%
BLUE value IS 95 (37.5% from 255) = 21.25%
R=45.86%
G=32.89%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051479500.280.540.2028.3652.3858.82
HexCD935F01C36141c343b
Octal3152231370346624346473
Binary110011011001001110111110111001101101010011100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD935F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD935F; }

 p { color: rgb(205,147,95); }

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

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

 a { background-color: rgb(205,147,95); }

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

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

 span { border-color: rgb(205,147,95); }

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