#CA915E

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

Shades of Whiskey #CA915E

Tints of Whiskey #CA915E

Color information

#CA915E (or 0xCA915E) is unknown color: approx Whiskey. HEX triplet: CA, 91 and 5E. RGB value is (202,145,94). Sum of RGB (Red+Green+Blue) = 202+145+94=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA915E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA915E is #356EA1. Grayscale: #9C9C9C. Windows color (decimal): -3501730 or 6197706. OLE color: 6197706.

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

Color convert

RGB20214594-
CMYK00.280.530.21
HSL28.33º50.47%58.04%-
HSV(B)28.33º53.47%79.22%-
XYZ36.533.6215.15-
YUV156.2392.88160.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.80%
GREEN value IS 145 (57.03% from 255) = 32.88%
BLUE value IS 94 (37.11% from 255) = 21.32%
R=45.80%
G=32.88%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021459400.280.530.2128.3350.4758.04
HexCA915E01C35151c323a
Octal3122211360346525346272
Binary110010101001000110111100111001101011010111100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA915E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA915E; }

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

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

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

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

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

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

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

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