#ca8f64

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

Shades of Whiskey #CA8F64

Tints of Whiskey #CA8F64

Color information

#CA8F64 (or 0xCA8F64) is unknown color: approx Whiskey. HEX triplet: CA, 8F and 64. RGB value is (202,143,100). Sum of RGB (Red+Green+Blue) = 202+143+100=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8F64 is #35709B. Grayscale: #9B9B9B. Windows color (decimal): -3502236 or 6590410. OLE color: 6590410.

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

Color convert

RGB202143100-
CMYK00.290.500.21
HSL25.29º49.04%59.22%-
HSV(B)25.29º50.5%79.22%-
XYZ36.4833.1216.53-
YUV155.7496.55161-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.39%
GREEN value IS 143 (56.25% from 255) = 32.13%
BLUE value IS 100 (39.45% from 255) = 22.47%
R=45.39%
G=32.13%
B=22.47%

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
Decimal20214310000.290.500.2125.2949.0459.22
HexCA8F6401D321519313b
Octal3122171440356225316173
Binary110010101000111111001000111011100101010111001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca8f64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca8f64; }

 p { color: rgb(202,143,100); }

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

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

 a { background-color: rgb(202,143,100); }

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

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

 span { border-color: rgb(202,143,100); }

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