#C89778

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

Shades of Feldspar #C89778

Tints of Feldspar #C89778

Color information

#C89778 (or 0xC89778) is unknown color: approx Feldspar. HEX triplet: C8, 97 and 78. RGB value is (200,151,120). Sum of RGB (Red+Green+Blue) = 200+151+120=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C89778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89778 is #376887. Grayscale: #A2A2A2. Windows color (decimal): -3631240 or 7903176. OLE color: 7903176.

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

Color convert

RGB200151120-
CMYK00.240.40.22
HSL23.25º42.11%62.75%-
HSV(B)23.25º40%78.43%-
XYZ38.2835.7722.66-
YUV162.12104.23155.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.46%
GREEN value IS 151 (59.38% from 255) = 32.06%
BLUE value IS 120 (47.27% from 255) = 25.48%
R=42.46%
G=32.06%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.4
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015112000.240.40.2223.2542.1162.75
HexC897780182816172a3f
Octal3102271700305026275277
Binary110010001001011111110000110001010001011010111101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89778; }

 p { color: rgb(200,151,120); }

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

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

 a { background-color: rgb(200,151,120); }

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

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

 span { border-color: rgb(200,151,120); }

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