#CC9576

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

Shades of Feldspar #CC9576

Tints of Feldspar #CC9576

Color information

#CC9576 (or 0xCC9576) is unknown color: approx Feldspar. HEX triplet: CC, 95 and 76. RGB value is (204,149,118). Sum of RGB (Red+Green+Blue) = 204+149+118=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9576 is #336A89. Grayscale: #A2A2A2. Windows color (decimal): -3369610 or 7771596. OLE color: 7771596.

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

Color convert

RGB204149118-
CMYK00.270.420.2
HSL21.63º45.74%63.14%-
HSV(B)21.63º42.16%80%-
XYZ38.9235.6421.97-
YUV161.91103.22158.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.31%
GREEN value IS 149 (58.59% from 255) = 31.63%
BLUE value IS 118 (46.48% from 255) = 25.05%
R=43.31%
G=31.63%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414911800.270.420.221.6345.7463.14
HexCC957601B2A14162e3f
Octal3142251660335224265677
Binary110011001001010111101100110111010101010010110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9576; }

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

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

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

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

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

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

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

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