#CA8B5C

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

Shades of Whiskey #CA8B5C

Tints of Whiskey #CA8B5C

Color information

#CA8B5C (or 0xCA8B5C) is unknown color: approx Whiskey. HEX triplet: CA, 8B and 5C. RGB value is (202,139,92). Sum of RGB (Red+Green+Blue) = 202+139+92=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8B5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8B5C is #3574A3. Grayscale: #989898. Windows color (decimal): -3503268 or 6065098. OLE color: 6065098.

HSL color Cylindrical-coordinate representation of color #CA8B5C: hue angle of 25.64º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA8B5C is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB20213992-
CMYK00.310.540.21
HSL25.64º50.93%57.65%-
HSV(B)25.64º54.46%79.22%-
XYZ35.5231.7914.39-
YUV152.4893.87163.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.65%
GREEN value IS 139 (54.69% from 255) = 32.10%
BLUE value IS 92 (36.33% from 255) = 21.25%
R=46.65%
G=32.10%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021399200.310.540.2125.6450.9357.65
HexCA8B5C01F36151a333a
Octal3122131340376625326372
Binary110010101000101110111000111111101101010111010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8B5C; }

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

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

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

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

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

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

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

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