#CB9963

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

Shades of Fallow #CB9963

Tints of Fallow #CB9963

Color information

#CB9963 (or 0xCB9963) is unknown color: approx Fallow. HEX triplet: CB, 99 and 63. RGB value is (203,153,99). Sum of RGB (Red+Green+Blue) = 203+153+99=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 99 (39.06% from 255 or 21.76% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9963 is #34669C. Grayscale: #A2A2A2. Windows color (decimal): -3434141 or 6527435. OLE color: 6527435.

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

Color convert

RGB20315399-
CMYK00.250.510.20
HSL31.15º50%59.22%-
HSV(B)31.15º51.23%79.61%-
XYZ38.2736.3816.81-
YUV161.7992.56157.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.62%
GREEN value IS 153 (60.16% from 255) = 33.63%
BLUE value IS 99 (39.06% from 255) = 21.76%
R=44.62%
G=33.63%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031539900.250.510.2031.155059.22
HexCB996301933141f323b
Octal3132311430316324376273
Binary110010111001100111000110110011100111010011111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9963; }

 p { color: rgb(203,153,99); }

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

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

 a { background-color: rgb(203,153,99); }

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

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

 span { border-color: rgb(203,153,99); }

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