#CD927F

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

Shades of Feldspar #CD927F

Tints of Feldspar #CD927F

Color information

#CD927F (or 0xCD927F) is unknown color: approx Feldspar. HEX triplet: CD, 92 and 7F. RGB value is (205,146,127). Sum of RGB (Red+Green+Blue) = 205+146+127=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 205 - color contains mainly: red. Hex color #CD927F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD927F is #326D80. Grayscale: #A1A1A1. Windows color (decimal): -3304833 or 8360653. OLE color: 8360653.

HSL color Cylindrical-coordinate representation of color #CD927F: hue angle of 14.62º 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 #CD927F is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB205146127-
CMYK00.290.380.20
HSL14.62º43.82%65.1%-
HSV(B)14.62º38.05%80.39%-
XYZ39.2935.0724.78-
YUV161.48108.55159.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.89%
GREEN value IS 146 (57.42% from 255) = 30.54%
BLUE value IS 127 (50% from 255) = 26.57%
R=42.89%
G=30.54%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514612700.290.380.2014.6243.8265.1
HexCD927F01D2614f2c41
Octal31522217703546241754101
Binary110011011001001011111110111011001101010011111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD927F; }

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

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

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

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

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

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

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

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