#CD937F

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

Shades of Feldspar #CD937F

Tints of Feldspar #CD937F

Color information

#CD937F (or 0xCD937F) is unknown color: approx Feldspar. HEX triplet: CD, 93 and 7F. RGB value is (205,147,127). Sum of RGB (Red+Green+Blue) = 205+147+127=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CD937F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD937F is #326C80. Grayscale: #A2A2A2. Windows color (decimal): -3304577 or 8360909. OLE color: 8360909.

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

Color convert

RGB205147127-
CMYK00.280.380.20
HSL15.38º43.82%65.1%-
HSV(B)15.38º38.05%80.39%-
XYZ39.4435.3824.83-
YUV162.06108.22158.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.80%
GREEN value IS 147 (57.81% from 255) = 30.69%
BLUE value IS 127 (50% from 255) = 26.51%
R=42.80%
G=30.69%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514712700.280.380.2015.3843.8265.1
HexCD937F01C2614f2c41
Octal31522317703446241754101
Binary110011011001001111111110111001001101010011111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD937F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD937F; }

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

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

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

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

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

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

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

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