#CB976B

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

Shades of Fallow #CB976B

Tints of Fallow #CB976B

Color information

#CB976B (or 0xCB976B) is unknown color: approx Fallow. HEX triplet: CB, 97 and 6B. RGB value is (203,151,107). Sum of RGB (Red+Green+Blue) = 203+151+107=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CB976B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB976B is #346894. Grayscale: #A1A1A1. Windows color (decimal): -3434645 or 7051211. OLE color: 7051211.

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

Color convert

RGB203151107-
CMYK00.260.470.20
HSL27.5º48%60.78%-
HSV(B)27.5º47.29%79.61%-
XYZ38.3535.8918.82-
YUV161.5397.23157.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.03%
GREEN value IS 151 (59.38% from 255) = 32.75%
BLUE value IS 107 (42.19% from 255) = 23.21%
R=44.03%
G=32.75%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315110700.260.470.2027.54860.78
HexCB976B01A2F141c303d
Octal3132271530325724346075
Binary110010111001011111010110110101011111010011100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB976B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB976B; }

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

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

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

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

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

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

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

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