#CD9471

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

Shades of Feldspar #CD9471

Tints of Feldspar #CD9471

Color information

#CD9471 (or 0xCD9471) is unknown color: approx Feldspar. HEX triplet: CD, 94 and 71. RGB value is (205,148,113). Sum of RGB (Red+Green+Blue) = 205+148+113=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9471 is #326B8E. Grayscale: #A1A1A1. Windows color (decimal): -3304335 or 7443661. OLE color: 7443661.

HSL color Cylindrical-coordinate representation of color #CD9471: hue angle of 22.83º degrees, saturation: 0.48, 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 #CD9471 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB205148113-
CMYK00.280.450.20
HSL22.83º47.92%62.35%-
HSV(B)22.83º44.88%80.39%-
XYZ38.7535.3520.4-
YUV161.05100.88159.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.99%
GREEN value IS 148 (58.20% from 255) = 31.76%
BLUE value IS 113 (44.53% from 255) = 24.25%
R=43.99%
G=31.76%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514811300.280.450.2022.8347.9262.35
HexCD947101C2D1417303e
Octal3152241610345524276076
Binary110011011001010011100010111001011011010010111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9471; }

 p { color: rgb(205,148,113); }

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

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

 a { background-color: rgb(205,148,113); }

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

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

 span { border-color: rgb(205,148,113); }

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