#C88A72

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

Shades of Feldspar #C88A72

Tints of Feldspar #C88A72

Color information

#C88A72 (or 0xC88A72) is unknown color: approx Feldspar. HEX triplet: C8, 8A and 72. RGB value is (200,138,114). Sum of RGB (Red+Green+Blue) = 200+138+114=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88A72 is #37758D. Grayscale: #999999. Windows color (decimal): -3634574 or 7506632. OLE color: 7506632.

HSL color Cylindrical-coordinate representation of color #C88A72: hue angle of 16.74º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C88A72 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB200138114-
CMYK00.310.430.22
HSL16.74º43.88%61.57%-
HSV(B)16.74º43%78.43%-
XYZ35.9531.6720.14-
YUV153.8105.54160.95-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.25%
GREEN value IS 138 (54.30% from 255) = 30.53%
BLUE value IS 114 (44.92% from 255) = 25.22%
R=44.25%
G=30.53%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013811400.310.430.2216.7443.8861.57
HexC88A7201F2B16112c3e
Octal3102121620375326215476
Binary110010001000101011100100111111010111011010001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88A72; }

 p { color: rgb(200,138,114); }

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

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

 a { background-color: rgb(200,138,114); }

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

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

 span { border-color: rgb(200,138,114); }

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