#C8957B

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

Shades of Feldspar #C8957B

Tints of Feldspar #C8957B

Color information

#C8957B (or 0xC8957B) is unknown color: approx Feldspar. HEX triplet: C8, 95 and 7B. RGB value is (200,149,123). Sum of RGB (Red+Green+Blue) = 200+149+123=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C8957B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8957B is #376A84. Grayscale: #A1A1A1. Windows color (decimal): -3631749 or 8099272. OLE color: 8099272.

HSL color Cylindrical-coordinate representation of color #C8957B: hue angle of 20.26º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C8957B is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB200149123-
CMYK00.260.380.22
HSL20.26º41.18%63.33%-
HSV(B)20.26º38.5%78.43%-
XYZ38.1435.223.52-
YUV161.28106.4155.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.37%
GREEN value IS 149 (58.59% from 255) = 31.57%
BLUE value IS 123 (48.44% from 255) = 26.06%
R=42.37%
G=31.57%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014912300.260.380.2220.2641.1863.33
HexC8957B01A261614293f
Octal3102251730324626245177
Binary110010001001010111110110110101001101011010100101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8957B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8957B; }

 p { color: rgb(200,149,123); }

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

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

 a { background-color: rgb(200,149,123); }

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

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

 span { border-color: rgb(200,149,123); }

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