#CA955F

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

Shades of Whiskey Sour #CA955F

Tints of Whiskey Sour #CA955F

Color information

#CA955F (or 0xCA955F) is unknown color: approx Whiskey Sour. HEX triplet: CA, 95 and 5F. RGB value is (202,149,95). Sum of RGB (Red+Green+Blue) = 202+149+95=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 95 (37.5% from 255 or 21.30% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA955F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA955F is #356AA0. Grayscale: #9E9E9E. Windows color (decimal): -3500705 or 6264266. OLE color: 6264266.

HSL color Cylindrical-coordinate representation of color #CA955F: hue angle of 30.28º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA955F is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB20214995-
CMYK00.260.530.21
HSL30.28º50.23%58.24%-
HSV(B)30.28º52.97%79.22%-
XYZ37.1734.8815.6-
YUV158.6992.06158.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.29%
GREEN value IS 149 (58.59% from 255) = 33.41%
BLUE value IS 95 (37.5% from 255) = 21.30%
R=45.29%
G=33.41%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021499500.260.530.2130.2850.2358.24
HexCA955F01A35151e323a
Octal3122251370326525366272
Binary110010101001010110111110110101101011010111110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA955F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA955F; }

 p { color: rgb(202,149,95); }

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

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

 a { background-color: rgb(202,149,95); }

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

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

 span { border-color: rgb(202,149,95); }

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