#CC8978

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

Shades of Feldspar #CC8978

Tints of Feldspar #CC8978

Color information

#CC8978 (or 0xCC8978) is unknown color: approx Feldspar. HEX triplet: CC, 89 and 78. RGB value is (204,137,120). Sum of RGB (Red+Green+Blue) = 204+137+120=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 120 (47.27% from 255 or 26.03% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8978 is #337687. Grayscale: #9B9B9B. Windows color (decimal): -3372680 or 7899596. OLE color: 7899596.

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

Color convert

RGB204137120-
CMYK00.330.410.2
HSL12.14º45.16%63.53%-
HSV(B)12.14º41.18%80%-
XYZ37.2432.0822-
YUV155.1108.2162.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.25%
GREEN value IS 137 (53.91% from 255) = 29.72%
BLUE value IS 120 (47.27% from 255) = 26.03%
R=44.25%
G=29.72%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413712000.330.410.212.1445.1663.53
HexCC89780212914c2d40
Octal31421117004151241455100
Binary1100110010001001111100001000011010011010011001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8978; }

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

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

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

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

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

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

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

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