Html Css Color HEX #CE8D72 Feldspar

📋 copy color: '#CE8D72'

red 206 ◦ green 141 ◦ blue 114

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

Shades of Feldspar #CE8D72

Tints of Feldspar #CE8D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.73%

R = 44.69%
G = 30.59%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE8D72 (or 0xCE8D72) is known color: Feldspar. HEX triplet: CE, 8D and 72. RGB value is (206,141,114). Sum of RGB (Red+Green+Blue) = 206+141+114=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8D72 is #31728D. Grayscale: #9D9D9D. Windows color (decimal): -3240590 or 7507406. OLE color: 7507406.

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

Color convert

RGB 206 141 114 -
CMYK 0 0.32 0.45 0.19
HSL 17.61º 0.48% 0.63% -
HSV(B) 17.61º 0.45% 0.81% -
XYZ 38.02 33.39 20.36 -
YUV 157.36 103.53 162.7 -
System Red Green Blue C M Y K H S L
Decimal 206 141 114 0 0.32 0.45 0.19 17.61 0.48 0.63
Hex CE 8D 72 0 20 2D 13 12 30 3F
Octal 316 215 162 0 40 55 23 22 60 77
Binary 11001110 10001101 1110010 0 100000 101101 10011 10010 110000 111111

Color Harmonies of #CE8D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8D72

Black with #CE8D72

Text Example


Text Example

White with #CE8D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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