Html Css Color HEX #CE9379 Feldspar

📋 copy color: '#CE9379'

red 206 ◦ green 147 ◦ blue 121

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

Shades of Feldspar #CE9379

Tints of Feldspar #CE9379

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.01%

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

R = 43.46%
G = 31.01%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE9379 (or 0xCE9379) is known color: Feldspar. HEX triplet: CE, 93 and 79. RGB value is (206,147,121). Sum of RGB (Red+Green+Blue) = 206+147+121=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 121 (47.66% from 255 or 25.53% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9379 is #316C86. Grayscale: #A1A1A1. Windows color (decimal): -3239047 or 7967694. OLE color: 7967694.

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

Color convert

RGB 206 147 121 -
CMYK 0 0.29 0.41 0.19
HSL 18.35º 0.46% 0.64% -
HSV(B) 18.35º 0.41% 0.81% -
XYZ 39.34 35.37 22.84 -
YUV 161.68 105.05 159.61 -
System Red Green Blue C M Y K H S L
Decimal 206 147 121 0 0.29 0.41 0.19 18.35 0.46 0.64
Hex CE 93 79 0 1D 29 13 12 2E 40
Octal 316 223 171 0 35 51 23 22 56 100
Binary 11001110 10010011 1111001 0 11101 101001 10011 10010 101110 1000000

Color Harmonies of #CE9379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9379

Black with #CE9379

Text Example


Text Example

White with #CE9379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9379; }

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

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

background-color css

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

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

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

border-color css

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

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

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