#C99572

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

Shades of Feldspar #C99572

Tints of Feldspar #C99572

Color information

#C99572 (or 0xC99572) is unknown color: approx Feldspar. HEX triplet: C9, 95 and 72. RGB value is (201,149,114). Sum of RGB (Red+Green+Blue) = 201+149+114=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C99572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99572 is #366A8D. Grayscale: #A0A0A0. Windows color (decimal): -3566222 or 7509449. OLE color: 7509449.

HSL color Cylindrical-coordinate representation of color #C99572: hue angle of 24.14º degrees, saturation: 0.45, 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 #C99572 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB201149114-
CMYK00.260.430.21
HSL24.14º44.62%61.76%-
HSV(B)24.14º43.28%78.82%-
XYZ37.8735.1320.7-
YUV160.56101.73156.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.32%
GREEN value IS 149 (58.59% from 255) = 32.11%
BLUE value IS 114 (44.92% from 255) = 24.57%
R=43.32%
G=32.11%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114911400.260.430.2124.1444.6261.76
HexC9957201A2B15182d3e
Octal3112251620325325305576
Binary110010011001010111100100110101010111010111000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99572; }

 p { color: rgb(201,149,114); }

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

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

 a { background-color: rgb(201,149,114); }

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

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

 span { border-color: rgb(201,149,114); }

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