Html Css Color HEX #CE8D79 Feldspar

📋 copy color: '#CE8D79'

red 206 ◦ green 141 ◦ blue 121

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

Shades of Feldspar #CE8D79

Tints of Feldspar #CE8D79

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.13%

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

R = 44.02%
G = 30.13%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE8D79 (or 0xCE8D79) is known color: Feldspar. HEX triplet: CE, 8D and 79. RGB value is (206,141,121). Sum of RGB (Red+Green+Blue) = 206+141+121=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8D79 is #317286. Grayscale: #9E9E9E. Windows color (decimal): -3240583 or 7966158. OLE color: 7966158.

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

Color convert

RGB 206 141 121 -
CMYK 0 0.32 0.41 0.19
HSL 14.12º 0.46% 0.64% -
HSV(B) 14.12º 0.41% 0.81% -
XYZ 38.43 33.55 22.54 -
YUV 158.16 107.03 162.13 -
System Red Green Blue C M Y K H S L
Decimal 206 141 121 0 0.32 0.41 0.19 14.12 0.46 0.64
Hex CE 8D 79 0 20 29 13 E 2E 40
Octal 316 215 171 0 40 51 23 16 56 100
Binary 11001110 10001101 1111001 0 100000 101001 10011 1110 101110 1000000

Color Harmonies of #CE8D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8D79

Black with #CE8D79

Text Example


Text Example

White with #CE8D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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