#CB996B

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

Shades of Fallow #CB996B

Tints of Fallow #CB996B

Color information

#CB996B (or 0xCB996B) is unknown color: approx Fallow. HEX triplet: CB, 99 and 6B. RGB value is (203,153,107). Sum of RGB (Red+Green+Blue) = 203+153+107=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 107 (42.19% from 255 or 23.11% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CB996B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB996B is #346694. Grayscale: #A2A2A2. Windows color (decimal): -3434133 or 7051723. OLE color: 7051723.

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

Color convert

RGB203153107-
CMYK00.250.470.20
HSL28.75º48%60.78%-
HSV(B)28.75º47.29%79.61%-
XYZ38.6736.5418.92-
YUV162.7196.56156.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.84%
GREEN value IS 153 (60.16% from 255) = 33.05%
BLUE value IS 107 (42.19% from 255) = 23.11%
R=43.84%
G=33.05%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315310700.250.470.2028.754860.78
HexCB996B0192F141d303d
Octal3132311530315724356075
Binary110010111001100111010110110011011111010011101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB996B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB996B; }

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

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

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

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

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

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

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

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