#CE967D

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

Shades of Feldspar #CE967D

Tints of Feldspar #CE967D

Color information

#CE967D (or 0xCE967D) is unknown color: approx Feldspar. HEX triplet: CE, 96 and 7D. RGB value is (206,150,125). Sum of RGB (Red+Green+Blue) = 206+150+125=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CE967D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE967D is #316982. Grayscale: #A4A4A4. Windows color (decimal): -3238275 or 8230606. OLE color: 8230606.

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

Color convert

RGB206150125-
CMYK00.270.390.19
HSL18.52º45.25%64.9%-
HSV(B)18.52º39.32%80.78%-
XYZ40.0636.4224.32-
YUV163.89106.05158.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.83%
GREEN value IS 150 (58.98% from 255) = 31.19%
BLUE value IS 125 (49.22% from 255) = 25.99%
R=42.83%
G=31.19%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615012500.270.390.1918.5245.2564.9
HexCE967D01B2713132d41
Octal31622617503347232355101
Binary1100111010010110111110101101110011110011100111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE967D; }

 p { color: rgb(206,150,125); }

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

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

 a { background-color: rgb(206,150,125); }

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

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

 span { border-color: rgb(206,150,125); }

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