#CA915D

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

Shades of Whiskey Sour #CA915D

Tints of Whiskey Sour #CA915D

Color information

#CA915D (or 0xCA915D) is unknown color: approx Whiskey Sour. HEX triplet: CA, 91 and 5D. RGB value is (202,145,93). Sum of RGB (Red+Green+Blue) = 202+145+93=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA915D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA915D is #356EA2. Grayscale: #9C9C9C. Windows color (decimal): -3501731 or 6132170. OLE color: 6132170.

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

Color convert

RGB20214593-
CMYK00.280.540.21
HSL28.62º50.7%57.84%-
HSV(B)28.62º53.96%79.22%-
XYZ36.4633.614.92-
YUV156.1192.38160.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.91%
GREEN value IS 145 (57.03% from 255) = 32.95%
BLUE value IS 93 (36.72% from 255) = 21.14%
R=45.91%
G=32.95%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021459300.280.540.2128.6250.757.84
HexCA915D01C36151d333a
Octal3122211350346625356372
Binary110010101001000110111010111001101101010111101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA915D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA915D; }

 p { color: rgb(202,145,93); }

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

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

 a { background-color: rgb(202,145,93); }

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

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

 span { border-color: rgb(202,145,93); }

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