#CC977A

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

Shades of Feldspar #CC977A

Tints of Feldspar #CC977A

Color information

#CC977A (or 0xCC977A) is unknown color: approx Feldspar. HEX triplet: CC, 97 and 7A. RGB value is (204,151,122). Sum of RGB (Red+Green+Blue) = 204+151+122=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC977A is #336885. Grayscale: #A3A3A3. Windows color (decimal): -3369094 or 8034252. OLE color: 8034252.

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

Color convert

RGB204151122-
CMYK00.260.400.2
HSL21.22º44.57%63.92%-
HSV(B)21.22º40.2%80%-
XYZ39.4836.3823.35-
YUV163.54104.56156.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.77%
GREEN value IS 151 (59.38% from 255) = 31.66%
BLUE value IS 122 (48.05% from 255) = 25.58%
R=42.77%
G=31.66%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415112200.260.400.221.2244.5763.92
HexCC977A01A2814152d40
Octal31422717203250242555100
Binary1100110010010111111101001101010100010100101011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC977A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC977A; }

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

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

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

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

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

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

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

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