#CD9372

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

Shades of Feldspar #CD9372

Tints of Feldspar #CD9372

Color information

#CD9372 (or 0xCD9372) is unknown color: approx Feldspar. HEX triplet: CD, 93 and 72. RGB value is (205,147,114). Sum of RGB (Red+Green+Blue) = 205+147+114=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 114 (44.92% from 255 or 24.46% from 466); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9372 is #326C8D. Grayscale: #A0A0A0. Windows color (decimal): -3304590 or 7508941. OLE color: 7508941.

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

Color convert

RGB205147114-
CMYK00.280.440.20
HSL21.76º47.64%62.55%-
HSV(B)21.76º44.39%80.39%-
XYZ38.6535.0620.65-
YUV160.58101.72159.68-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.99%
GREEN value IS 147 (57.81% from 255) = 31.55%
BLUE value IS 114 (44.92% from 255) = 24.46%
R=43.99%
G=31.55%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514711400.280.440.2021.7647.6462.55
HexCD937201C2C1416303f
Octal3152231620345424266077
Binary110011011001001111100100111001011001010010110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9372; }

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

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

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

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

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

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

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

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