#CC8971

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

Shades of Feldspar #CC8971

Tints of Feldspar #CC8971

Color information

#CC8971 (or 0xCC8971) is unknown color: approx Feldspar. HEX triplet: CC, 89 and 71. RGB value is (204,137,113). Sum of RGB (Red+Green+Blue) = 204+137+113=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 113 (44.53% from 255 or 24.89% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8971 is #33768E. Grayscale: #9A9A9A. Windows color (decimal): -3372687 or 7440844. OLE color: 7440844.

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

Color convert

RGB204137113-
CMYK00.330.450.2
HSL15.82º47.15%62.16%-
HSV(B)15.82º44.61%80%-
XYZ36.8331.9219.84-
YUV154.3104.7163.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.93%
GREEN value IS 137 (53.91% from 255) = 30.18%
BLUE value IS 113 (44.53% from 255) = 24.89%
R=44.93%
G=30.18%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413711300.330.450.215.8247.1562.16
HexCC89710212D14102f3e
Octal3142111610415524205776
Binary1100110010001001111000101000011011011010010000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8971; }

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

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

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

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

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

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

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

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