#CA9065

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

Shades of Whiskey #CA9065

Tints of Whiskey #CA9065

Color information

#CA9065 (or 0xCA9065) is unknown color: approx Whiskey. HEX triplet: CA, 90 and 65. RGB value is (202,144,101). Sum of RGB (Red+Green+Blue) = 202+144+101=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 101 (39.84% from 255 or 22.60% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9065 is #356F9A. Grayscale: #9C9C9C. Windows color (decimal): -3501979 or 6656202. OLE color: 6656202.

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

Color convert

RGB202144101-
CMYK00.290.500.21
HSL25.54º48.79%59.41%-
HSV(B)25.54º50%79.22%-
XYZ36.6833.4416.83-
YUV156.4496.72160.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.19%
GREEN value IS 144 (56.64% from 255) = 32.21%
BLUE value IS 101 (39.84% from 255) = 22.60%
R=45.19%
G=32.21%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214410100.290.500.2125.5448.7959.41
HexCA906501D32151a313b
Octal3122201450356225326173
Binary110010101001000011001010111011100101010111010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9065; }

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

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

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

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

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

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

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

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