#CA9961

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

Shades of Fallow #CA9961

Tints of Fallow #CA9961

Color information

#CA9961 (or 0xCA9961) is unknown color: approx Fallow. HEX triplet: CA, 99 and 61. RGB value is (202,153,97). Sum of RGB (Red+Green+Blue) = 202+153+97=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9961 is #35669E. Grayscale: #A1A1A1. Windows color (decimal): -3499679 or 6396362. OLE color: 6396362.

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

Color convert

RGB20215397-
CMYK00.240.520.21
HSL32º49.76%58.63%-
HSV(B)32º51.98%79.22%-
XYZ37.9136.216.3-
YUV161.2791.73157.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.69%
GREEN value IS 153 (60.16% from 255) = 33.85%
BLUE value IS 97 (38.28% from 255) = 21.46%
R=44.69%
G=33.85%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021539700.240.520.213249.7658.63
HexCA9961018341520323b
Octal3122311410306425406273
Binary1100101010011001110000101100011010010101100000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9961; }

 p { color: rgb(202,153,97); }

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

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

 a { background-color: rgb(202,153,97); }

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

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

 span { border-color: rgb(202,153,97); }

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