#CE9A78

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

Shades of Feldspar #CE9A78

Tints of Feldspar #CE9A78

Color information

#CE9A78 (or 0xCE9A78) is unknown color: approx Feldspar. HEX triplet: CE, 9A and 78. RGB value is (206,154,120). Sum of RGB (Red+Green+Blue) = 206+154+120=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 120 (47.27% from 255 or 25% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9A78 is #316587. Grayscale: #A5A5A5. Windows color (decimal): -3237256 or 7903950. OLE color: 7903950.

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

Color convert

RGB206154120-
CMYK00.250.420.19
HSL23.72º46.74%63.92%-
HSV(B)23.72º41.75%80.78%-
XYZ40.437.5922.9-
YUV165.67102.23156.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.92%
GREEN value IS 154 (60.55% from 255) = 32.08%
BLUE value IS 120 (47.27% from 255) = 25%
R=42.92%
G=32.08%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615412000.250.420.1923.7246.7463.92
HexCE9A780192A13182f40
Octal31623217003152233057100
Binary1100111010011010111100001100110101010011110001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9A78; }

 p { color: rgb(206,154,120); }

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

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

 a { background-color: rgb(206,154,120); }

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

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

 span { border-color: rgb(206,154,120); }

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