#CC8D71

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

Shades of Feldspar #CC8D71

Tints of Feldspar #CC8D71

Color information

#CC8D71 (or 0xCC8D71) is unknown color: approx Feldspar. HEX triplet: CC, 8D and 71. RGB value is (204,141,113). Sum of RGB (Red+Green+Blue) = 204+141+113=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8D71 is #33728E. Grayscale: #9C9C9C. Windows color (decimal): -3371663 or 7441868. OLE color: 7441868.

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

Color convert

RGB204141113-
CMYK00.310.450.2
HSL18.46º47.15%62.16%-
HSV(B)18.46º44.61%80%-
XYZ37.4133.0820.04-
YUV156.64103.37161.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.54%
GREEN value IS 141 (55.47% from 255) = 30.79%
BLUE value IS 113 (44.53% from 255) = 24.67%
R=44.54%
G=30.79%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414111300.310.450.218.4647.1562.16
HexCC8D7101F2D14122f3e
Octal3142151610375524225776
Binary110011001000110111100010111111011011010010010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8D71; }

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

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

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

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

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

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

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

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