#C88671

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

Shades of Feldspar #C88671

Tints of Feldspar #C88671

Color information

#C88671 (or 0xC88671) is unknown color: approx Feldspar. HEX triplet: C8, 86 and 71. RGB value is (200,134,113). Sum of RGB (Red+Green+Blue) = 200+134+113=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C88671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88671 is #37798E. Grayscale: #979797. Windows color (decimal): -3635599 or 7440072. OLE color: 7440072.

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

Color convert

RGB200134113-
CMYK00.330.440.22
HSL14.48º44.16%61.37%-
HSV(B)14.48º43.5%78.43%-
XYZ35.3330.5219.65-
YUV151.34106.37162.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.74%
GREEN value IS 134 (52.73% from 255) = 29.98%
BLUE value IS 113 (44.53% from 255) = 25.28%
R=44.74%
G=29.98%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013411300.330.440.2214.4844.1661.37
HexC886710212C16e2c3d
Octal3102061610415426165475
Binary110010001000011011100010100001101100101101110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88671; }

 p { color: rgb(200,134,113); }

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

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

 a { background-color: rgb(200,134,113); }

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

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

 span { border-color: rgb(200,134,113); }

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