#CC8977

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

Shades of Feldspar #CC8977

Tints of Feldspar #CC8977

Color information

#CC8977 (or 0xCC8977) is unknown color: approx Feldspar. HEX triplet: CC, 89 and 77. RGB value is (204,137,119). Sum of RGB (Red+Green+Blue) = 204+137+119=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 119 (46.88% from 255 or 25.87% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8977 is #337688. Grayscale: #9B9B9B. Windows color (decimal): -3372681 or 7834060. OLE color: 7834060.

HSL color Cylindrical-coordinate representation of color #CC8977: hue angle of 12.71º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC8977 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB204137119-
CMYK00.330.420.2
HSL12.71º45.45%63.33%-
HSV(B)12.71º41.67%80%-
XYZ37.1832.0621.68-
YUV154.98107.7162.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.35%
GREEN value IS 137 (53.91% from 255) = 29.78%
BLUE value IS 119 (46.88% from 255) = 25.87%
R=44.35%
G=29.78%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413711900.330.420.212.7145.4563.33
HexCC89770212A14d2d3f
Octal3142111670415224155577
Binary110011001000100111101110100001101010101001101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8977; }

 p { color: rgb(204,137,119); }

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

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

 a { background-color: rgb(204,137,119); }

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

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

 span { border-color: rgb(204,137,119); }

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