#CA8D67

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

Shades of Whiskey #CA8D67

Tints of Whiskey #CA8D67

Color information

#CA8D67 (or 0xCA8D67) is unknown color: approx Whiskey. HEX triplet: CA, 8D and 67. RGB value is (202,141,103). Sum of RGB (Red+Green+Blue) = 202+141+103=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 103 (40.62% from 255 or 23.09% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8D67 is #357298. Grayscale: #9B9B9B. Windows color (decimal): -3502745 or 6786506. OLE color: 6786506.

HSL color Cylindrical-coordinate representation of color #CA8D67: hue angle of 23.03º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA8D67 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB202141103-
CMYK00.300.490.21
HSL23.03º48.29%59.8%-
HSV(B)23.03º49.01%79.22%-
XYZ36.3332.5917.21-
YUV154.9198.71161.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.29%
GREEN value IS 141 (55.47% from 255) = 31.61%
BLUE value IS 103 (40.62% from 255) = 23.09%
R=45.29%
G=31.61%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214110300.300.490.2123.0348.2959.8
HexCA8D6701E311517303c
Octal3122151470366125276074
Binary110010101000110111001110111101100011010110111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8D67; }

 p { color: rgb(202,141,103); }

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

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

 a { background-color: rgb(202,141,103); }

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

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

 span { border-color: rgb(202,141,103); }

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