#CB986C

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

Shades of Fallow #CB986C

Tints of Fallow #CB986C

Color information

#CB986C (or 0xCB986C) is unknown color: approx Fallow. HEX triplet: CB, 98 and 6C. RGB value is (203,152,108). Sum of RGB (Red+Green+Blue) = 203+152+108=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CB986C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB986C is #346793. Grayscale: #A2A2A2. Windows color (decimal): -3434388 or 7117003. OLE color: 7117003.

HSL color Cylindrical-coordinate representation of color #CB986C: hue angle of 27.79º 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 #CB986C is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB203152108-
CMYK00.250.470.20
HSL27.79º47.74%60.98%-
HSV(B)27.79º46.8%79.61%-
XYZ38.5636.2419.15-
YUV162.2397.4157.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.84%
GREEN value IS 152 (59.77% from 255) = 32.83%
BLUE value IS 108 (42.58% from 255) = 23.33%
R=43.84%
G=32.83%
B=23.33%

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
Decimal20315210800.250.470.2027.7947.7460.98
HexCB986C0192F141c303d
Octal3132301540315724346075
Binary110010111001100011011000110011011111010011100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB986C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB986C; }

 p { color: rgb(203,152,108); }

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

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

 a { background-color: rgb(203,152,108); }

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

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

 span { border-color: rgb(203,152,108); }

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