#CE9480

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

Shades of Feldspar #CE9480

Tints of Feldspar #CE9480

Color information

#CE9480 (or 0xCE9480) is unknown color: approx Feldspar. HEX triplet: CE, 94 and 80. RGB value is (206,148,128). Sum of RGB (Red+Green+Blue) = 206+148+128=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9480 is #316B7F. Grayscale: #A3A3A3. Windows color (decimal): -3238784 or 8426702. OLE color: 8426702.

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

Color convert

RGB206148128-
CMYK00.280.380.19
HSL15.38º44.32%65.49%-
HSV(B)15.38º37.86%80.78%-
XYZ39.9435.8625.24-
YUV163.06108.22158.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.74%
GREEN value IS 148 (58.20% from 255) = 30.71%
BLUE value IS 128 (50.39% from 255) = 26.56%
R=42.74%
G=30.71%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614812800.280.380.1915.3844.3265.49
HexCE948001C2613f2c41
Octal31622420003446231754101
Binary1100111010010100100000000111001001101001111111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9480; }

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

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

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

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

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

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

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

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