#CC9979

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

Shades of Feldspar #CC9979

Tints of Feldspar #CC9979

Color information

#CC9979 (or 0xCC9979) is unknown color: approx Feldspar. HEX triplet: CC, 99 and 79. RGB value is (204,153,121). Sum of RGB (Red+Green+Blue) = 204+153+121=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 121 (47.66% from 255 or 25.31% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9979 is #336686. Grayscale: #A4A4A4. Windows color (decimal): -3368583 or 7969228. OLE color: 7969228.

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

Color convert

RGB204153121-
CMYK00.250.410.2
HSL23.13º44.86%63.73%-
HSV(B)23.13º40.69%80%-
XYZ39.743723.14-
YUV164.6103.4156.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.68%
GREEN value IS 153 (60.16% from 255) = 32.01%
BLUE value IS 121 (47.66% from 255) = 25.31%
R=42.68%
G=32.01%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415312100.250.410.223.1344.8663.73
HexCC99790192914172d40
Octal31423117103151242755100
Binary1100110010011001111100101100110100110100101111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9979; }

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

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

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

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

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

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

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

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