#CB976D

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

Shades of Fallow #CB976D

Tints of Fallow #CB976D

Color information

#CB976D (or 0xCB976D) is unknown color: approx Fallow. HEX triplet: CB, 97 and 6D. RGB value is (203,151,109). Sum of RGB (Red+Green+Blue) = 203+151+109=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 151 (59.38% from 255 or 32.61% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CB976D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB976D is #346892. Grayscale: #A1A1A1. Windows color (decimal): -3434643 or 7182283. OLE color: 7182283.

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

Color convert

RGB203151109-
CMYK00.260.460.20
HSL26.81º47.47%61.18%-
HSV(B)26.81º46.31%79.61%-
XYZ38.4635.9319.38-
YUV161.7698.23157.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.84%
GREEN value IS 151 (59.38% from 255) = 32.61%
BLUE value IS 109 (42.97% from 255) = 23.54%
R=43.84%
G=32.61%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315110900.260.460.2026.8147.4761.18
HexCB976D01A2E141b2f3d
Octal3132271550325624335775
Binary110010111001011111011010110101011101010011011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB976D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB976D; }

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

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

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

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

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

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

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

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