#CBA066

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

Shades of Fallow #CBA066

Tints of Fallow #CBA066

Color information

#CBA066 (or 0xCBA066) is unknown color: approx Fallow. HEX triplet: CB, A0 and 66. RGB value is (203,160,102). Sum of RGB (Red+Green+Blue) = 203+160+102=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 102 (40.23% from 255 or 21.94% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA066 is #345F99. Grayscale: #A6A6A6. Windows color (decimal): -3432346 or 6725835. OLE color: 6725835.

HSL color Cylindrical-coordinate representation of color #CBA066: hue angle of 34.46º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBA066 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB203160102-
CMYK00.210.500.20
HSL34.46º49.27%59.8%-
HSV(B)34.46º49.75%79.61%-
XYZ39.638.817.97-
YUV166.2491.75154.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.66%
GREEN value IS 160 (62.89% from 255) = 34.41%
BLUE value IS 102 (40.23% from 255) = 21.94%
R=43.66%
G=34.41%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316010200.210.500.2034.4649.2759.8
HexCBA066015321422313c
Octal3132401460256224426174
Binary1100101110100000110011001010111001010100100010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA066; }

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

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

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

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

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

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

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

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