#CA885D

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

Shades of Whiskey #CA885D

Tints of Whiskey #CA885D

Color information

#CA885D (or 0xCA885D) is unknown color: approx Whiskey. HEX triplet: CA, 88 and 5D. RGB value is (202,136,93). Sum of RGB (Red+Green+Blue) = 202+136+93=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA885D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA885D is #3577A2. Grayscale: #979797. Windows color (decimal): -3504035 or 6129866. OLE color: 6129866.

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

Color convert

RGB20213693-
CMYK00.330.540.21
HSL23.67º50.7%57.84%-
HSV(B)23.67º53.96%79.22%-
XYZ35.1430.9614.48-
YUV150.8395.37164.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.87%
GREEN value IS 136 (53.52% from 255) = 31.55%
BLUE value IS 93 (36.72% from 255) = 21.58%
R=46.87%
G=31.55%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021369300.330.540.2123.6750.757.84
HexCA885D021361518333a
Octal3122101350416625306372
Binary1100101010001000101110101000011101101010111000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA885D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA885D; }

 p { color: rgb(202,136,93); }

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

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

 a { background-color: rgb(202,136,93); }

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

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

 span { border-color: rgb(202,136,93); }

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