#CA9262

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

Shades of Whiskey #CA9262

Tints of Whiskey #CA9262

Color information

#CA9262 (or 0xCA9262) is unknown color: approx Whiskey. HEX triplet: CA, 92 and 62. RGB value is (202,146,98). Sum of RGB (Red+Green+Blue) = 202+146+98=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 98 (38.67% from 255 or 21.97% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9262 is #356D9D. Grayscale: #9D9D9D. Windows color (decimal): -3501470 or 6460106. OLE color: 6460106.

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

Color convert

RGB20214698-
CMYK00.280.510.21
HSL27.69º49.52%58.82%-
HSV(B)27.69º51.49%79.22%-
XYZ36.843416.18-
YUV157.2794.55159.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.29%
GREEN value IS 146 (57.42% from 255) = 32.74%
BLUE value IS 98 (38.67% from 255) = 21.97%
R=45.29%
G=32.74%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021469800.280.510.2127.6949.5258.82
HexCA926201C33151c323b
Octal3122221420346325346273
Binary110010101001001011000100111001100111010111100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9262; }

 p { color: rgb(202,146,98); }

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

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

 a { background-color: rgb(202,146,98); }

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

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

 span { border-color: rgb(202,146,98); }

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