#C98F7A

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

Shades of Feldspar #C98F7A

Tints of Feldspar #C98F7A

Color information

#C98F7A (or 0xC98F7A) is unknown color: approx Feldspar. HEX triplet: C9, 8F and 7A. RGB value is (201,143,122). Sum of RGB (Red+Green+Blue) = 201+143+122=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98F7A is #367085. Grayscale: #9E9E9E. Windows color (decimal): -3567750 or 8032201. OLE color: 8032201.

HSL color Cylindrical-coordinate representation of color #C98F7A: hue angle of 15.95º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C98F7A is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB201143122-
CMYK00.290.390.21
HSL15.95º42.25%63.33%-
HSV(B)15.95º39.3%78.82%-
XYZ37.4233.4722.9-
YUV157.95107.72158.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.13%
GREEN value IS 143 (56.25% from 255) = 30.69%
BLUE value IS 122 (48.05% from 255) = 26.18%
R=43.13%
G=30.69%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114312200.290.390.2115.9542.2563.33
HexC98F7A01D2715102a3f
Octal3112171720354725205277
Binary110010011000111111110100111011001111010110000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98F7A; }

 p { color: rgb(201,143,122); }

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

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

 a { background-color: rgb(201,143,122); }

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

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

 span { border-color: rgb(201,143,122); }

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