#C88B7B

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

Shades of Feldspar #C88B7B

Tints of Feldspar #C88B7B

Color information

#C88B7B (or 0xC88B7B) is unknown color: approx Feldspar. HEX triplet: C8, 8B and 7B. RGB value is (200,139,123). Sum of RGB (Red+Green+Blue) = 200+139+123=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88B7B is #377484. Grayscale: #9B9B9B. Windows color (decimal): -3634309 or 8096712. OLE color: 8096712.

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

Color convert

RGB200139123-
CMYK00.300.380.22
HSL12.47º41.18%63.33%-
HSV(B)12.47º38.5%78.43%-
XYZ36.6332.1723.02-
YUV155.41109.71159.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.29%
GREEN value IS 139 (54.69% from 255) = 30.09%
BLUE value IS 123 (48.44% from 255) = 26.62%
R=43.29%
G=30.09%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013912300.300.380.2212.4741.1863.33
HexC88B7B01E2616c293f
Octal3102131730364626145177
Binary11001000100010111111011011110100110101101100101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88B7B; }

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

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

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

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

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

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

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

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