#CC9179

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

Shades of Feldspar #CC9179

Tints of Feldspar #CC9179

Color information

#CC9179 (or 0xCC9179) is unknown color: approx Feldspar. HEX triplet: CC, 91 and 79. RGB value is (204,145,121). Sum of RGB (Red+Green+Blue) = 204+145+121=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 121 (47.66% from 255 or 25.74% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9179 is #336E86. Grayscale: #A0A0A0. Windows color (decimal): -3370631 or 7967180. OLE color: 7967180.

HSL color Cylindrical-coordinate representation of color #CC9179: hue angle of 17.35º 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 #CC9179 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB204145121-
CMYK00.290.410.2
HSL17.35º44.86%63.73%-
HSV(B)17.35º40.69%80%-
XYZ38.4834.4722.71-
YUV159.9106.05159.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.40%
GREEN value IS 145 (57.03% from 255) = 30.85%
BLUE value IS 121 (47.66% from 255) = 25.74%
R=43.40%
G=30.85%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414512100.290.410.217.3544.8663.73
HexCC917901D2914112d40
Octal31422117103551242155100
Binary1100110010010001111100101110110100110100100011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9179; }

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

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

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

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

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

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

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

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