#CC9579

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

Shades of Feldspar #CC9579

Tints of Feldspar #CC9579

Color information

#CC9579 (or 0xCC9579) is unknown color: approx Feldspar. HEX triplet: CC, 95 and 79. RGB value is (204,149,121). Sum of RGB (Red+Green+Blue) = 204+149+121=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 121 (47.66% from 255 or 25.53% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9579 is #336A86. Grayscale: #A2A2A2. Windows color (decimal): -3369607 or 7968204. OLE color: 7968204.

HSL color Cylindrical-coordinate representation of color #CC9579: hue angle of 20.24º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC9579 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB204149121-
CMYK00.270.410.2
HSL20.24º44.86%63.73%-
HSV(B)20.24º40.69%80%-
XYZ39.135.7122.92-
YUV162.25104.72157.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.04%
GREEN value IS 149 (58.59% from 255) = 31.43%
BLUE value IS 121 (47.66% from 255) = 25.53%
R=43.04%
G=31.43%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414912100.270.410.220.2444.8663.73
HexCC957901B2914142d40
Octal31422517103351242455100
Binary1100110010010101111100101101110100110100101001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9579; }

 p { color: rgb(204,149,121); }

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

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

 a { background-color: rgb(204,149,121); }

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

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

 span { border-color: rgb(204,149,121); }

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