#CA9B61

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

Shades of Fallow #CA9B61

Tints of Fallow #CA9B61

Color information

#CA9B61 (or 0xCA9B61) is unknown color: approx Fallow. HEX triplet: CA, 9B and 61. RGB value is (202,155,97). Sum of RGB (Red+Green+Blue) = 202+155+97=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 155 (60.94% from 255 or 34.14% from 454); Blue value is 97 (38.28% from 255 or 21.37% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9B61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9B61 is #35649E. Grayscale: #A2A2A2. Windows color (decimal): -3499167 or 6396874. OLE color: 6396874.

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

Color convert

RGB20215597-
CMYK00.230.520.21
HSL33.14º49.76%58.63%-
HSV(B)33.14º51.98%79.22%-
XYZ38.2436.8616.41-
YUV162.4491.07156.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.49%
GREEN value IS 155 (60.94% from 255) = 34.14%
BLUE value IS 97 (38.28% from 255) = 21.37%
R=44.49%
G=34.14%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021559700.230.520.2133.1449.7658.63
HexCA9B61017341521323b
Octal3122331410276425416273
Binary1100101010011011110000101011111010010101100001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9B61; }

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

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

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

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

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

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

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

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