#C8947B

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

Shades of Feldspar #C8947B

Tints of Feldspar #C8947B

Color information

#C8947B (or 0xC8947B) is unknown color: approx Feldspar. HEX triplet: C8, 94 and 7B. RGB value is (200,148,123). Sum of RGB (Red+Green+Blue) = 200+148+123=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C8947B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8947B is #376B84. Grayscale: #A0A0A0. Windows color (decimal): -3632005 or 8099016. OLE color: 8099016.

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

Color convert

RGB200148123-
CMYK00.260.380.22
HSL19.48º41.18%63.33%-
HSV(B)19.48º38.5%78.43%-
XYZ37.9834.8923.47-
YUV160.7106.73156.03-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.46%
GREEN value IS 148 (58.20% from 255) = 31.42%
BLUE value IS 123 (48.44% from 255) = 26.11%
R=42.46%
G=31.42%
B=26.11%

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
Decimal20014812300.260.380.2219.4841.1863.33
HexC8947B01A261613293f
Octal3102241730324626235177
Binary110010001001010011110110110101001101011010011101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8947B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8947B; }

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

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

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

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

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

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

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

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