#CBA072

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

Shades of Fallow #CBA072

Tints of Fallow #CBA072

Color information

#CBA072 (or 0xCBA072) is unknown color: approx Fallow. HEX triplet: CB, A0 and 72. RGB value is (203,160,114). Sum of RGB (Red+Green+Blue) = 203+160+114=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA072 is #345F8D. Grayscale: #A7A7A7. Windows color (decimal): -3432334 or 7512267. OLE color: 7512267.

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

Color convert

RGB203160114-
CMYK00.210.440.20
HSL31.01º46.11%62.16%-
HSV(B)31.01º43.84%79.61%-
XYZ40.2439.0521.34-
YUV167.6197.75153.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.56%
GREEN value IS 160 (62.89% from 255) = 33.54%
BLUE value IS 114 (44.92% from 255) = 23.90%
R=42.56%
G=33.54%
B=23.90%

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
Decimal20316011400.210.440.2031.0146.1162.16
HexCBA0720152C141f2e3e
Octal3132401620255424375676
Binary110010111010000011100100101011011001010011111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA072; }

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

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

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

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

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

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

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

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