#CBA173

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

Shades of Fallow #CBA173

Tints of Fallow #CBA173

Color information

#CBA173 (or 0xCBA173) is unknown color: approx Fallow. HEX triplet: CB, A1 and 73. RGB value is (203,161,115). Sum of RGB (Red+Green+Blue) = 203+161+115=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA173 is #345E8C. Grayscale: #A8A8A8. Windows color (decimal): -3432077 or 7578059. OLE color: 7578059.

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

Color convert

RGB203161115-
CMYK00.210.430.20
HSL31.36º45.83%62.35%-
HSV(B)31.36º43.35%79.61%-
XYZ40.4739.4221.7-
YUV168.3197.91152.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.38%
GREEN value IS 161 (63.28% from 255) = 33.61%
BLUE value IS 115 (45.31% from 255) = 24.01%
R=42.38%
G=33.61%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316111500.210.430.2031.3645.8362.35
HexCBA1730152B141f2e3e
Octal3132411630255324375676
Binary110010111010000111100110101011010111010011111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA173; }

 p { color: rgb(203,161,115); }

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

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

 a { background-color: rgb(203,161,115); }

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

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

 span { border-color: rgb(203,161,115); }

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