#C88972

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

Shades of Feldspar #C88972

Tints of Feldspar #C88972

Color information

#C88972 (or 0xC88972) is unknown color: approx Feldspar. HEX triplet: C8, 89 and 72. RGB value is (200,137,114). Sum of RGB (Red+Green+Blue) = 200+137+114=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C88972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88972 is #37768D. Grayscale: #999999. Windows color (decimal): -3634830 or 7506376. OLE color: 7506376.

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

Color convert

RGB200137114-
CMYK00.320.430.22
HSL16.05º43.88%61.57%-
HSV(B)16.05º43%78.43%-
XYZ35.831.3920.09-
YUV153.22105.87161.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.35%
GREEN value IS 137 (53.91% from 255) = 30.38%
BLUE value IS 114 (44.92% from 255) = 25.28%
R=44.35%
G=30.38%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013711400.320.430.2216.0543.8861.57
HexC889720202B16102c3e
Octal3102111620405326205476
Binary1100100010001001111001001000001010111011010000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88972; }

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

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

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

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

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

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

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

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