#CB9F6D

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

Shades of Fallow #CB9F6D

Tints of Fallow #CB9F6D

Color information

#CB9F6D (or 0xCB9F6D) is unknown color: approx Fallow. HEX triplet: CB, 9F and 6D. RGB value is (203,159,109). Sum of RGB (Red+Green+Blue) = 203+159+109=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9F6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9F6D is #346092. Grayscale: #A6A6A6. Windows color (decimal): -3432595 or 7184331. OLE color: 7184331.

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

Color convert

RGB203159109-
CMYK00.220.460.20
HSL31.91º47.47%61.18%-
HSV(B)31.91º46.31%79.61%-
XYZ39.7938.619.82-
YUV166.4695.58154.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.10%
GREEN value IS 159 (62.5% from 255) = 33.76%
BLUE value IS 109 (42.97% from 255) = 23.14%
R=43.10%
G=33.76%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315910900.220.460.2031.9147.4761.18
HexCB9F6D0162E14202f3d
Octal3132371550265624405775
Binary1100101110011111110110101011010111010100100000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9F6D; }

 p { color: rgb(203,159,109); }

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

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

 a { background-color: rgb(203,159,109); }

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

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

 span { border-color: rgb(203,159,109); }

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