#CBA268

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

Shades of Fallow #CBA268

Tints of Fallow #CBA268

Color information

#CBA268 (or 0xCBA268) is unknown color: approx Fallow. HEX triplet: CB, A2 and 68. RGB value is (203,162,104). Sum of RGB (Red+Green+Blue) = 203+162+104=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA268 is #345D97. Grayscale: #A7A7A7. Windows color (decimal): -3431832 or 6857419. OLE color: 6857419.

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

Color convert

RGB203162104-
CMYK00.200.490.20
HSL35.15º48.77%60.2%-
HSV(B)35.15º48.77%79.61%-
XYZ40.0539.5418.62-
YUV167.6592.08153.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.28%
GREEN value IS 162 (63.67% from 255) = 34.54%
BLUE value IS 104 (41.02% from 255) = 22.17%
R=43.28%
G=34.54%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316210400.200.490.2035.1548.7760.2
HexCBA268014311423313c
Octal3132421500246124436174
Binary1100101110100010110100001010011000110100100011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA268; }

 p { color: rgb(203,162,104); }

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

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

 a { background-color: rgb(203,162,104); }

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

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

 span { border-color: rgb(203,162,104); }

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