Html Css Color HEX #CE8D70 Feldspar

📋 copy color: '#CE8D70'

red 206 ◦ green 141 ◦ blue 112

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

Shades of Feldspar #CE8D70

Tints of Feldspar #CE8D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.4%

R = 44.88%
G = 30.72%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE8D70 (or 0xCE8D70) is known color: Feldspar. HEX triplet: CE, 8D and 70. RGB value is (206,141,112). Sum of RGB (Red+Green+Blue) = 206+141+112=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8D70 is #31728F. Grayscale: #9D9D9D. Windows color (decimal): -3240592 or 7376334. OLE color: 7376334.

HSL color Cylindrical-coordinate representation of color #CE8D70: hue angle of 18.51º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE8D70 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 141 112 -
CMYK 0 0.32 0.46 0.19
HSL 18.51º 0.49% 0.62% -
HSV(B) 18.51º 0.46% 0.81% -
XYZ 37.9 33.34 19.77 -
YUV 157.13 102.53 162.86 -
System Red Green Blue C M Y K H S L
Decimal 206 141 112 0 0.32 0.46 0.19 18.51 0.49 0.62
Hex CE 8D 70 0 20 2E 13 13 31 3E
Octal 316 215 160 0 40 56 23 23 61 76
Binary 11001110 10001101 1110000 0 100000 101110 10011 10011 110001 111110

Color Harmonies of #CE8D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8D70

Black with #CE8D70

Text Example


Text Example

White with #CE8D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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