#CE9C72

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

Shades of Feldspar #CE9C72

Tints of Feldspar #CE9C72

Color information

#CE9C72 (or 0xCE9C72) is unknown color: approx Feldspar. HEX triplet: CE, 9C and 72. RGB value is (206,156,114). Sum of RGB (Red+Green+Blue) = 206+156+114=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9C72 is #31638D. Grayscale: #A6A6A6. Windows color (decimal): -3236750 or 7511246. OLE color: 7511246.

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

Color convert

RGB206156114-
CMYK00.240.450.19
HSL27.39º48.42%62.75%-
HSV(B)27.39º44.66%80.78%-
XYZ40.3838.1121.15-
YUV166.1698.56156.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.28%
GREEN value IS 156 (61.33% from 255) = 32.77%
BLUE value IS 114 (44.92% from 255) = 23.95%
R=43.28%
G=32.77%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615611400.240.450.1927.3948.4262.75
HexCE9C720182D131b303f
Octal3162341620305523336077
Binary110011101001110011100100110001011011001111011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9C72; }

 p { color: rgb(206,156,114); }

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

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

 a { background-color: rgb(206,156,114); }

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

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

 span { border-color: rgb(206,156,114); }

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