#CA9461

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

Shades of Whiskey #CA9461

Tints of Whiskey #CA9461

Color information

#CA9461 (or 0xCA9461) is unknown color: approx Whiskey. HEX triplet: CA, 94 and 61. RGB value is (202,148,97). Sum of RGB (Red+Green+Blue) = 202+148+97=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9461 is #356B9E. Grayscale: #9E9E9E. Windows color (decimal): -3500959 or 6395082. OLE color: 6395082.

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

Color convert

RGB20214897-
CMYK00.270.520.21
HSL29.14º49.76%58.63%-
HSV(B)29.14º51.98%79.22%-
XYZ37.134.616.03-
YUV158.3393.39159.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.19%
GREEN value IS 148 (58.20% from 255) = 33.11%
BLUE value IS 97 (38.28% from 255) = 21.70%
R=45.19%
G=33.11%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021489700.270.520.2129.1449.7658.63
HexCA946101B34151d323b
Octal3122241410336425356273
Binary110010101001010011000010110111101001010111101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9461; }

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

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

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

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

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

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

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

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