#CB996E

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

Shades of Fallow #CB996E

Tints of Fallow #CB996E

Color information

#CB996E (or 0xCB996E) is unknown color: approx Fallow. HEX triplet: CB, 99 and 6E. RGB value is (203,153,110). Sum of RGB (Red+Green+Blue) = 203+153+110=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CB996E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB996E is #346691. Grayscale: #A3A3A3. Windows color (decimal): -3434130 or 7248331. OLE color: 7248331.

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

Color convert

RGB203153110-
CMYK00.250.460.20
HSL27.74º47.21%61.37%-
HSV(B)27.74º45.81%79.61%-
XYZ38.8336.619.77-
YUV163.0598.06156.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.56%
GREEN value IS 153 (60.16% from 255) = 32.83%
BLUE value IS 110 (43.36% from 255) = 23.61%
R=43.56%
G=32.83%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315311000.250.460.2027.7447.2161.37
HexCB996E0192E141c2f3d
Octal3132311560315624345775
Binary110010111001100111011100110011011101010011100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB996E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB996E; }

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

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

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

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

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

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

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

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