#CA965F

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

Shades of Whiskey Sour #CA965F

Tints of Whiskey Sour #CA965F

Color information

#CA965F (or 0xCA965F) is unknown color: approx Whiskey Sour. HEX triplet: CA, 96 and 5F. RGB value is (202,150,95). Sum of RGB (Red+Green+Blue) = 202+150+95=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA965F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA965F is #3569A0. Grayscale: #9F9F9F. Windows color (decimal): -3500449 or 6264522. OLE color: 6264522.

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

Color convert

RGB20215095-
CMYK00.260.530.21
HSL30.84º50.23%58.24%-
HSV(B)30.84º52.97%79.22%-
XYZ37.3335.215.65-
YUV159.2891.73158.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.19%
GREEN value IS 150 (58.98% from 255) = 33.56%
BLUE value IS 95 (37.5% from 255) = 21.25%
R=45.19%
G=33.56%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021509500.260.530.2130.8450.2358.24
HexCA965F01A35151f323a
Octal3122261370326525376272
Binary110010101001011010111110110101101011010111111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA965F; }

 p { color: rgb(202,150,95); }

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

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

 a { background-color: rgb(202,150,95); }

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

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

 span { border-color: rgb(202,150,95); }

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