Html Css Color HEX #CE9479 Feldspar

📋 copy color: '#CE9479'

red 206 ◦ green 148 ◦ blue 121

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

Shades of Feldspar #CE9479

Tints of Feldspar #CE9479

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.16%

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

R = 43.37%
G = 31.16%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE9479 (or 0xCE9479) is known color: Feldspar. HEX triplet: CE, 94 and 79. RGB value is (206,148,121). Sum of RGB (Red+Green+Blue) = 206+148+121=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9479 is #316B86. Grayscale: #A2A2A2. Windows color (decimal): -3238791 or 7967950. OLE color: 7967950.

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

Color convert

RGB 206 148 121 -
CMYK 0 0.28 0.41 0.19
HSL 19.06º 0.46% 0.64% -
HSV(B) 19.06º 0.41% 0.81% -
XYZ 39.49 35.68 22.89 -
YUV 162.26 104.72 159.2 -
System Red Green Blue C M Y K H S L
Decimal 206 148 121 0 0.28 0.41 0.19 19.06 0.46 0.64
Hex CE 94 79 0 1C 29 13 13 2E 40
Octal 316 224 171 0 34 51 23 23 56 100
Binary 11001110 10010100 1111001 0 11100 101001 10011 10011 101110 1000000

Color Harmonies of #CE9479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9479

Black with #CE9479

Text Example


Text Example

White with #CE9479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9479; }

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

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

background-color css

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

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

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

border-color css

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

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

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