#C8907B

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

Shades of Feldspar #C8907B

Tints of Feldspar #C8907B

Color information

#C8907B (or 0xC8907B) is unknown color: approx Feldspar. HEX triplet: C8, 90 and 7B. RGB value is (200,144,123). Sum of RGB (Red+Green+Blue) = 200+144+123=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C8907B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8907B is #376F84. Grayscale: #9E9E9E. Windows color (decimal): -3633029 or 8097992. OLE color: 8097992.

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

Color convert

RGB200144123-
CMYK00.280.380.22
HSL16.36º41.18%63.33%-
HSV(B)16.36º38.5%78.43%-
XYZ37.3733.6623.27-
YUV158.35108.05157.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.83%
GREEN value IS 144 (56.64% from 255) = 30.84%
BLUE value IS 123 (48.44% from 255) = 26.34%
R=42.83%
G=30.84%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014412300.280.380.2216.3641.1863.33
HexC8907B01C261610293f
Octal3102201730344626205177
Binary110010001001000011110110111001001101011010000101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8907B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8907B; }

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

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

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

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

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

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

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

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