#C4956B

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

Shades of Fallow #C4956B

Tints of Fallow #C4956B

Color information

#C4956B (or 0xC4956B) is unknown color: approx Fallow. HEX triplet: C4, 95 and 6B. RGB value is (196,149,107). Sum of RGB (Red+Green+Blue) = 196+149+107=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 107 (42.19% from 255 or 23.67% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C4956B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4956B is #3B6A94. Grayscale: #9E9E9E. Windows color (decimal): -3893909 or 7050692. OLE color: 7050692.

HSL color Cylindrical-coordinate representation of color #C4956B: hue angle of 28.31º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4956B is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB196149107-
CMYK00.240.450.23
HSL28.31º43%59.41%-
HSV(B)28.31º45.41%76.86%-
XYZ36.1734.2918.62-
YUV158.2799.07154.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.36%
GREEN value IS 149 (58.59% from 255) = 32.96%
BLUE value IS 107 (42.19% from 255) = 23.67%
R=43.36%
G=32.96%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614910700.240.450.2328.314359.41
HexC4956B0182D171c2b3b
Octal3042251530305527345373
Binary110001001001010111010110110001011011011111100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4956B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4956B; }

 p { color: rgb(196,149,107); }

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

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

 a { background-color: rgb(196,149,107); }

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

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

 span { border-color: rgb(196,149,107); }

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