#C99073

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

Shades of Feldspar #C99073

Tints of Feldspar #C99073

Color information

#C99073 (or 0xC99073) is unknown color: approx Feldspar. HEX triplet: C9, 90 and 73. RGB value is (201,144,115). Sum of RGB (Red+Green+Blue) = 201+144+115=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C99073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99073 is #366F8C. Grayscale: #9D9D9D. Windows color (decimal): -3567501 or 7573705. OLE color: 7573705.

HSL color Cylindrical-coordinate representation of color #C99073: hue angle of 20.23º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C99073 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB201144115-
CMYK00.280.430.21
HSL20.23º44.33%61.96%-
HSV(B)20.23º42.79%78.82%-
XYZ37.1633.620.75-
YUV157.74103.88158.86-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.70%
GREEN value IS 144 (56.64% from 255) = 31.30%
BLUE value IS 115 (45.31% from 255) = 25%
R=43.70%
G=31.30%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114411500.280.430.2120.2344.3361.96
HexC9907301C2B15142c3e
Octal3112201630345325245476
Binary110010011001000011100110111001010111010110100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99073; }

 p { color: rgb(201,144,115); }

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

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

 a { background-color: rgb(201,144,115); }

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

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

 span { border-color: rgb(201,144,115); }

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