#CA8C5C

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

Shades of Whiskey #CA8C5C

Tints of Whiskey #CA8C5C

Color information

#CA8C5C (or 0xCA8C5C) is unknown color: approx Whiskey. HEX triplet: CA, 8C and 5C. RGB value is (202,140,92). Sum of RGB (Red+Green+Blue) = 202+140+92=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8C5C is #3573A3. Grayscale: #999999. Windows color (decimal): -3503012 or 6065354. OLE color: 6065354.

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

Color convert

RGB20214092-
CMYK00.310.540.21
HSL26.18º50.93%57.65%-
HSV(B)26.18º54.46%79.22%-
XYZ35.6732.0914.44-
YUV153.0793.54162.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.54%
GREEN value IS 140 (55.08% from 255) = 32.26%
BLUE value IS 92 (36.33% from 255) = 21.20%
R=46.54%
G=32.26%
B=21.20%

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
Decimal2021409200.310.540.2126.1850.9357.65
HexCA8C5C01F36151a333a
Octal3122141340376625326372
Binary110010101000110010111000111111101101010111010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8C5C; }

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

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

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

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

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

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

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

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