Html Css Color HEX #CE9879 Feldspar

📋 copy color: '#CE9879'

red 206 ◦ green 152 ◦ blue 121

#CE9879
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feldspar #CE9879

Tints of Feldspar #CE9879

RGB

 RED value IS 206 (80.86% from 255) = 43.01%

 GREEN value IS 152 (59.77% from 255) = 31.73%

 BLUE value IS 121 (47.66% from 255) = 25.26%

R = 43.01%
G = 31.73%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE9879 (or 0xCE9879) is known color: Feldspar. HEX triplet: CE, 98 and 79. RGB value is (206,152,121). Sum of RGB (Red+Green+Blue) = 206+152+121=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9879 is #316786. Grayscale: #A4A4A4. Windows color (decimal): -3237767 or 7968974. OLE color: 7968974.

HSL color Cylindrical-coordinate representation of color #CE9879: hue angle of 21.88º 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 #CE9879 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 152 121 -
CMYK 0 0.26 0.41 0.19
HSL 21.88º 0.46% 0.64% -
HSV(B) 21.88º 0.41% 0.81% -
XYZ 40.13 36.96 23.11 -
YUV 164.61 103.39 157.52 -
System Red Green Blue C M Y K H S L
Decimal 206 152 121 0 0.26 0.41 0.19 21.88 0.46 0.64
Hex CE 98 79 0 1A 29 13 16 2E 40
Octal 316 230 171 0 32 51 23 26 56 100
Binary 11001110 10011000 1111001 0 11010 101001 10011 10110 101110 1000000

Color Harmonies of #CE9879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9879

Black with #CE9879

Text Example


Text Example

White with #CE9879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9879; }

 p { color: rgb(206,152,121); }

 H1.HeaderClassName
 {
   color: #CE9879;
 }
 .AnyTagClassName
 {
   color: #CE9879;
 }
</style>

background-color css

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

 a { background-color: rgb(206,152,121); }

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

border-color css

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

 span { border-color: rgb(206,152,121); }

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