#CA8B62

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

Shades of Whiskey #CA8B62

Tints of Whiskey #CA8B62

Color information

#CA8B62 (or 0xCA8B62) is unknown color: approx Whiskey. HEX triplet: CA, 8B and 62. RGB value is (202,139,98). Sum of RGB (Red+Green+Blue) = 202+139+98=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 98 (38.67% from 255 or 22.32% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8B62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8B62 is #35749D. Grayscale: #999999. Windows color (decimal): -3503262 or 6458314. OLE color: 6458314.

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

Color convert

RGB20213998-
CMYK00.310.510.21
HSL23.65º49.52%58.82%-
HSV(B)23.65º51.49%79.22%-
XYZ35.7931.915.83-
YUV153.1696.87162.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.01%
GREEN value IS 139 (54.69% from 255) = 31.66%
BLUE value IS 98 (38.67% from 255) = 22.32%
R=46.01%
G=31.66%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021399800.310.510.2123.6549.5258.82
HexCA8B6201F331518323b
Octal3122131420376325306273
Binary110010101000101111000100111111100111010111000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8B62; }

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

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

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

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

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

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

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

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