#CA945F

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

Shades of Whiskey Sour #CA945F

Tints of Whiskey Sour #CA945F

Color information

#CA945F (or 0xCA945F) is unknown color: approx Whiskey Sour. HEX triplet: CA, 94 and 5F. RGB value is (202,148,95). Sum of RGB (Red+Green+Blue) = 202+148+95=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 95 (37.5% from 255 or 21.35% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA945F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA945F is #356BA0. Grayscale: #9E9E9E. Windows color (decimal): -3500961 or 6264010. OLE color: 6264010.

HSL color Cylindrical-coordinate representation of color #CA945F: hue angle of 29.72º 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 #CA945F is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB20214895-
CMYK00.270.530.21
HSL29.72º50.23%58.24%-
HSV(B)29.72º52.97%79.22%-
XYZ37.0134.5615.55-
YUV158.192.39159.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.39%
GREEN value IS 148 (58.20% from 255) = 33.26%
BLUE value IS 95 (37.5% from 255) = 21.35%
R=45.39%
G=33.26%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021489500.270.530.2129.7250.2358.24
HexCA945F01B35151e323a
Octal3122241370336525366272
Binary110010101001010010111110110111101011010111110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA945F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA945F; }

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

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

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

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

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

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

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

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