#CA9565

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

Shades of Whiskey #CA9565

Tints of Whiskey #CA9565

Color information

#CA9565 (or 0xCA9565) is unknown color: approx Whiskey. HEX triplet: CA, 95 and 65. RGB value is (202,149,101). Sum of RGB (Red+Green+Blue) = 202+149+101=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9565 is #356A9A. Grayscale: #9F9F9F. Windows color (decimal): -3500699 or 6657482. OLE color: 6657482.

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

Color convert

RGB202149101-
CMYK00.260.500.21
HSL28.51º48.79%59.41%-
HSV(B)28.51º50%79.22%-
XYZ37.4534.9917.09-
YUV159.3895.06158.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.69%
GREEN value IS 149 (58.59% from 255) = 32.96%
BLUE value IS 101 (39.84% from 255) = 22.35%
R=44.69%
G=32.96%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214910100.260.500.2128.5148.7959.41
HexCA956501A32151d313b
Octal3122251450326225356173
Binary110010101001010111001010110101100101010111101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9565; }

 p { color: rgb(202,149,101); }

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

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

 a { background-color: rgb(202,149,101); }

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

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

 span { border-color: rgb(202,149,101); }

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