#CE927F

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

Shades of Feldspar #CE927F

Tints of Feldspar #CE927F

Color information

#CE927F (or 0xCE927F) is unknown color: approx Feldspar. HEX triplet: CE, 92 and 7F. RGB value is (206,146,127). Sum of RGB (Red+Green+Blue) = 206+146+127=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CE927F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE927F is #316D80. Grayscale: #A1A1A1. Windows color (decimal): -3239297 or 8360654. OLE color: 8360654.

HSL color Cylindrical-coordinate representation of color #CE927F: hue angle of 14.43º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE927F is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB206146127-
CMYK00.290.380.19
HSL14.43º44.63%65.29%-
HSV(B)14.43º38.35%80.78%-
XYZ39.5635.2124.79-
YUV161.77108.38159.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.01%
GREEN value IS 146 (57.42% from 255) = 30.48%
BLUE value IS 127 (50% from 255) = 26.51%
R=43.01%
G=30.48%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614612700.290.380.1914.4344.6365.29
HexCE927F01D2613e2d41
Octal31622217703546231655101
Binary110011101001001011111110111011001101001111101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE927F; }

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

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

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

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

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

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

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

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