#CF8B5A

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

Shades of Whiskey Sour #CF8B5A

Tints of Whiskey Sour #CF8B5A

Color information

#CF8B5A (or 0xCF8B5A) is unknown color: approx Whiskey Sour. HEX triplet: CF, 8B and 5A. RGB value is (207,139,90). Sum of RGB (Red+Green+Blue) = 207+139+90=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8B5A is #3074A5. Grayscale: #9A9A9A. Windows color (decimal): -3175590 or 5934031. OLE color: 5934031.

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

Color convert

RGB20713990-
CMYK00.330.570.19
HSL25.13º54.93%58.24%-
HSV(B)25.13º56.52%81.18%-
XYZ36.8132.4714-
YUV153.7592.03165.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.48%
GREEN value IS 139 (54.69% from 255) = 31.88%
BLUE value IS 90 (35.55% from 255) = 20.64%
R=47.48%
G=31.88%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071399000.330.570.1925.1354.9358.24
HexCF8B5A021391319373a
Octal3172131320417123316772
Binary1100111110001011101101001000011110011001111001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8B5A; }

 p { color: rgb(207,139,90); }

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

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

 a { background-color: rgb(207,139,90); }

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

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

 span { border-color: rgb(207,139,90); }

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