#CC8976

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

Shades of Feldspar #CC8976

Tints of Feldspar #CC8976

Color information

#CC8976 (or 0xCC8976) is unknown color: approx Feldspar. HEX triplet: CC, 89 and 76. RGB value is (204,137,118). Sum of RGB (Red+Green+Blue) = 204+137+118=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8976 is #337689. Grayscale: #9B9B9B. Windows color (decimal): -3372682 or 7768524. OLE color: 7768524.

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

Color convert

RGB204137118-
CMYK00.330.420.2
HSL13.26º45.74%63.14%-
HSV(B)13.26º42.16%80%-
XYZ37.1232.0421.37-
YUV154.87107.2163.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.44%
GREEN value IS 137 (53.91% from 255) = 29.85%
BLUE value IS 118 (46.48% from 255) = 25.71%
R=44.44%
G=29.85%
B=25.71%

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
Decimal20413711800.330.420.213.2645.7463.14
HexCC89760212A14d2e3f
Octal3142111660415224155677
Binary110011001000100111101100100001101010101001101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8976; }

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

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

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

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

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

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

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

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