#CB9C74

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

Shades of Fallow #CB9C74

Tints of Fallow #CB9C74

Color information

#CB9C74 (or 0xCB9C74) is unknown color: approx Fallow. HEX triplet: CB, 9C and 74. RGB value is (203,156,116). Sum of RGB (Red+Green+Blue) = 203+156+116=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 116 (45.70% from 255 or 24.42% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9C74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9C74 is #34638B. Grayscale: #A5A5A5. Windows color (decimal): -3433356 or 7642315. OLE color: 7642315.

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

Color convert

RGB203156116-
CMYK00.230.430.20
HSL27.59º45.55%62.55%-
HSV(B)27.59º42.86%79.61%-
XYZ39.6737.7321.72-
YUV165.49100.07154.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.74%
GREEN value IS 156 (61.33% from 255) = 32.84%
BLUE value IS 116 (45.70% from 255) = 24.42%
R=42.74%
G=32.84%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315611600.230.430.2027.5945.5562.55
HexCB9C740172B141c2e3f
Octal3132341640275324345677
Binary110010111001110011101000101111010111010011100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9C74; }

 p { color: rgb(203,156,116); }

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

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

 a { background-color: rgb(203,156,116); }

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

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

 span { border-color: rgb(203,156,116); }

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