#CC8E73

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

Shades of Feldspar #CC8E73

Tints of Feldspar #CC8E73

Color information

#CC8E73 (or 0xCC8E73) is unknown color: approx Feldspar. HEX triplet: CC, 8E and 73. RGB value is (204,142,115). Sum of RGB (Red+Green+Blue) = 204+142+115=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8E73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8E73 is #33718C. Grayscale: #9D9D9D. Windows color (decimal): -3371405 or 7573196. OLE color: 7573196.

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

Color convert

RGB204142115-
CMYK00.300.440.2
HSL18.2º46.6%62.55%-
HSV(B)18.2º43.63%80%-
XYZ37.6733.4220.69-
YUV157.46104.04161.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.25%
GREEN value IS 142 (55.86% from 255) = 30.80%
BLUE value IS 115 (45.31% from 255) = 24.95%
R=44.25%
G=30.80%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414211500.300.440.218.246.662.55
HexCC8E7301E2C14122f3f
Octal3142161630365424225777
Binary110011001000111011100110111101011001010010010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8E73; }

 p { color: rgb(204,142,115); }

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

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

 a { background-color: rgb(204,142,115); }

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

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

 span { border-color: rgb(204,142,115); }

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