#CBA071

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

Shades of Fallow #CBA071

Tints of Fallow #CBA071

Color information

#CBA071 (or 0xCBA071) is unknown color: approx Fallow. HEX triplet: CB, A0 and 71. RGB value is (203,160,113). Sum of RGB (Red+Green+Blue) = 203+160+113=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA071 is #345F8E. Grayscale: #A7A7A7. Windows color (decimal): -3432335 or 7446731. OLE color: 7446731.

HSL color Cylindrical-coordinate representation of color #CBA071: hue angle of 31.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBA071 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB203160113-
CMYK00.210.440.20
HSL31.33º46.39%61.96%-
HSV(B)31.33º44.33%79.61%-
XYZ40.1839.0321.04-
YUV167.597.25153.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.65%
GREEN value IS 160 (62.89% from 255) = 33.61%
BLUE value IS 113 (44.53% from 255) = 23.74%
R=42.65%
G=33.61%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316011300.210.440.2031.3346.3961.96
HexCBA0710152C141f2e3e
Octal3132401610255424375676
Binary110010111010000011100010101011011001010011111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA071; }

 p { color: rgb(203,160,113); }

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

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

 a { background-color: rgb(203,160,113); }

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

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

 span { border-color: rgb(203,160,113); }

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