#CA885C

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

Shades of Whiskey #CA885C

Tints of Whiskey #CA885C

Color information

#CA885C (or 0xCA885C) is unknown color: approx Whiskey. HEX triplet: CA, 88 and 5C. RGB value is (202,136,92). Sum of RGB (Red+Green+Blue) = 202+136+92=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA885C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA885C is #3577A3. Grayscale: #969696. Windows color (decimal): -3504036 or 6064330. OLE color: 6064330.

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

Color convert

RGB20213692-
CMYK00.330.540.21
HSL24º50.93%57.65%-
HSV(B)24º54.46%79.22%-
XYZ35.0930.9414.25-
YUV150.7294.87164.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.98%
GREEN value IS 136 (53.52% from 255) = 31.63%
BLUE value IS 92 (36.33% from 255) = 21.40%
R=46.98%
G=31.63%
B=21.40%

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
Decimal2021369200.330.540.212450.9357.65
HexCA885C021361518333a
Octal3122101340416625306372
Binary1100101010001000101110001000011101101010111000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA885C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA885C; }

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

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

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

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

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

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

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

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