#CE947A

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

Shades of Feldspar #CE947A

Tints of Feldspar #CE947A

Color information

#CE947A (or 0xCE947A) is unknown color: approx Feldspar. HEX triplet: CE, 94 and 7A. RGB value is (206,148,122). Sum of RGB (Red+Green+Blue) = 206+148+122=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CE947A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE947A is #316B85. Grayscale: #A2A2A2. Windows color (decimal): -3238790 or 8033486. OLE color: 8033486.

HSL color Cylindrical-coordinate representation of color #CE947A: hue angle of 18.57º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE947A is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB206148122-
CMYK00.280.410.19
HSL18.57º46.15%64.31%-
HSV(B)18.57º40.78%80.78%-
XYZ39.5635.7123.22-
YUV162.38105.22159.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.28%
GREEN value IS 148 (58.20% from 255) = 31.09%
BLUE value IS 122 (48.05% from 255) = 25.63%
R=43.28%
G=31.09%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614812200.280.410.1918.5746.1564.31
HexCE947A01C2913132e40
Octal31622417203451232356100
Binary1100111010010100111101001110010100110011100111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE947A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE947A; }

 p { color: rgb(206,148,122); }

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

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

 a { background-color: rgb(206,148,122); }

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

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

 span { border-color: rgb(206,148,122); }

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