#CD9376

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

Shades of Feldspar #CD9376

Tints of Feldspar #CD9376

Color information

#CD9376 (or 0xCD9376) is unknown color: approx Feldspar. HEX triplet: CD, 93 and 76. RGB value is (205,147,118). Sum of RGB (Red+Green+Blue) = 205+147+118=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9376 is #326C89. Grayscale: #A1A1A1. Windows color (decimal): -3304586 or 7771085. OLE color: 7771085.

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

Color convert

RGB205147118-
CMYK00.280.420.20
HSL20º46.52%63.33%-
HSV(B)20º42.44%80.39%-
XYZ38.8835.1521.88-
YUV161.04103.72159.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.62%
GREEN value IS 147 (57.81% from 255) = 31.28%
BLUE value IS 118 (46.48% from 255) = 25.11%
R=43.62%
G=31.28%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514711800.280.420.202046.5263.33
HexCD937601C2A14142f3f
Octal3152231660345224245777
Binary110011011001001111101100111001010101010010100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9376; }

 p { color: rgb(205,147,118); }

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

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

 a { background-color: rgb(205,147,118); }

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

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

 span { border-color: rgb(205,147,118); }

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