#CA9062

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

Shades of Whiskey #CA9062

Tints of Whiskey #CA9062

Color information

#CA9062 (or 0xCA9062) is unknown color: approx Whiskey. HEX triplet: CA, 90 and 62. RGB value is (202,144,98). Sum of RGB (Red+Green+Blue) = 202+144+98=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 98 (38.67% from 255 or 22.07% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9062 is #356F9D. Grayscale: #9C9C9C. Windows color (decimal): -3501982 or 6459594. OLE color: 6459594.

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

Color convert

RGB20214498-
CMYK00.290.510.21
HSL26.54º49.52%58.82%-
HSV(B)26.54º51.49%79.22%-
XYZ36.5333.3816.07-
YUV156.195.22160.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.50%
GREEN value IS 144 (56.64% from 255) = 32.43%
BLUE value IS 98 (38.67% from 255) = 22.07%
R=45.50%
G=32.43%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021449800.290.510.2126.5449.5258.82
HexCA906201D33151b323b
Octal3122201420356325336273
Binary110010101001000011000100111011100111010111011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9062; }

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

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

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

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

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

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

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

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