#CC8A73

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

Shades of Feldspar #CC8A73

Tints of Feldspar #CC8A73

Color information

#CC8A73 (or 0xCC8A73) is unknown color: approx Feldspar. HEX triplet: CC, 8A and 73. RGB value is (204,138,115). Sum of RGB (Red+Green+Blue) = 204+138+115=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8A73 is #33758C. Grayscale: #9B9B9B. Windows color (decimal): -3372429 or 7572172. OLE color: 7572172.

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

Color convert

RGB204138115-
CMYK00.320.440.2
HSL15.51º46.6%62.55%-
HSV(B)15.51º43.63%80%-
XYZ37.0832.2520.49-
YUV155.11105.37162.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.64%
GREEN value IS 138 (54.30% from 255) = 30.20%
BLUE value IS 115 (45.31% from 255) = 25.16%
R=44.64%
G=30.20%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413811500.320.440.215.5146.662.55
HexCC8A730202C14102f3f
Octal3142121630405424205777
Binary1100110010001010111001101000001011001010010000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8A73; }

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

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

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

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

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

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

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

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