#C88D7B

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

Shades of Feldspar #C88D7B

Tints of Feldspar #C88D7B

Color information

#C88D7B (or 0xC88D7B) is unknown color: approx Feldspar. HEX triplet: C8, 8D and 7B. RGB value is (200,141,123). Sum of RGB (Red+Green+Blue) = 200+141+123=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88D7B is #377284. Grayscale: #9C9C9C. Windows color (decimal): -3633797 or 8097224. OLE color: 8097224.

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

Color convert

RGB200141123-
CMYK00.290.380.22
HSL14.03º41.18%63.33%-
HSV(B)14.03º38.5%78.43%-
XYZ36.9232.7623.12-
YUV156.59109.05158.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.10%
GREEN value IS 141 (55.47% from 255) = 30.39%
BLUE value IS 123 (48.44% from 255) = 26.51%
R=43.10%
G=30.39%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014112300.290.380.2214.0341.1863.33
HexC88D7B01D2616e293f
Octal3102151730354626165177
Binary11001000100011011111011011101100110101101110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88D7B; }

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

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

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

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

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

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

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

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