#CC977E

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

Shades of Feldspar #CC977E

Tints of Feldspar #CC977E

Color information

#CC977E (or 0xCC977E) is unknown color: approx Feldspar. HEX triplet: CC, 97 and 7E. RGB value is (204,151,126). Sum of RGB (Red+Green+Blue) = 204+151+126=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CC977E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC977E is #336881. Grayscale: #A4A4A4. Windows color (decimal): -3369090 or 8296396. OLE color: 8296396.

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

Color convert

RGB204151126-
CMYK00.260.380.2
HSL19.23º43.33%64.71%-
HSV(B)19.23º38.24%80%-
XYZ39.7336.4824.69-
YUV164106.56156.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.41%
GREEN value IS 151 (59.38% from 255) = 31.39%
BLUE value IS 126 (49.61% from 255) = 26.20%
R=42.41%
G=31.39%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415112600.260.380.219.2343.3364.71
HexCC977E01A2614132b41
Octal31422717603246242353101
Binary1100110010010111111111001101010011010100100111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC977E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC977E; }

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

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

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

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

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

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

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

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