#CC977C

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

Shades of Feldspar #CC977C

Tints of Feldspar #CC977C

Color information

#CC977C (or 0xCC977C) is unknown color: approx Feldspar. HEX triplet: CC, 97 and 7C. RGB value is (204,151,124). Sum of RGB (Red+Green+Blue) = 204+151+124=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC977C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC977C is #336883. Grayscale: #A3A3A3. Windows color (decimal): -3369092 or 8165324. OLE color: 8165324.

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

Color convert

RGB204151124-
CMYK00.260.390.2
HSL20.25º43.96%64.31%-
HSV(B)20.25º39.22%80%-
XYZ39.6136.4324.01-
YUV163.77105.56156.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.59%
GREEN value IS 151 (59.38% from 255) = 31.52%
BLUE value IS 124 (48.83% from 255) = 25.89%
R=42.59%
G=31.52%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415112400.260.390.220.2543.9664.31
HexCC977C01A2714142c40
Octal31422717403247242454100
Binary1100110010010111111110001101010011110100101001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC977C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC977C; }

 p { color: rgb(204,151,124); }

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

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

 a { background-color: rgb(204,151,124); }

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

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

 span { border-color: rgb(204,151,124); }

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