#C9997A

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

Shades of Feldspar #C9997A

Tints of Feldspar #C9997A

Color information

#C9997A (or 0xC9997A) is unknown color: approx Feldspar. HEX triplet: C9, 99 and 7A. RGB value is (201,153,122). Sum of RGB (Red+Green+Blue) = 201+153+122=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C9997A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9997A is #366685. Grayscale: #A3A3A3. Windows color (decimal): -3565190 or 8034761. OLE color: 8034761.

HSL color Cylindrical-coordinate representation of color #C9997A: hue angle of 23.54º 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 #C9997A is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB201153122-
CMYK00.240.390.21
HSL23.54º42.25%63.33%-
HSV(B)23.54º39.3%78.82%-
XYZ38.9936.6123.42-
YUV163.82104.4154.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.23%
GREEN value IS 153 (60.16% from 255) = 32.14%
BLUE value IS 122 (48.05% from 255) = 25.63%
R=42.23%
G=32.14%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115312200.240.390.2123.5442.2563.33
HexC9997A0182715182a3f
Octal3112311720304725305277
Binary110010011001100111110100110001001111010111000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9997A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9997A; }

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

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

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

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

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

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

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

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