#CC8D76

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

Shades of Feldspar #CC8D76

Tints of Feldspar #CC8D76

Color information

#CC8D76 (or 0xCC8D76) is unknown color: approx Feldspar. HEX triplet: CC, 8D and 76. RGB value is (204,141,118). Sum of RGB (Red+Green+Blue) = 204+141+118=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8D76 is #337289. Grayscale: #9D9D9D. Windows color (decimal): -3371658 or 7769548. OLE color: 7769548.

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

Color convert

RGB204141118-
CMYK00.310.420.2
HSL16.05º45.74%63.14%-
HSV(B)16.05º42.16%80%-
XYZ37.733.221.56-
YUV157.21105.87161.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.06%
GREEN value IS 141 (55.47% from 255) = 30.45%
BLUE value IS 118 (46.48% from 255) = 25.49%
R=44.06%
G=30.45%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414111800.310.420.216.0545.7463.14
HexCC8D7601F2A14102e3f
Octal3142151660375224205677
Binary110011001000110111101100111111010101010010000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8D76; }

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

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

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

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

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

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

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

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