Html Css Color HEX #CE8D6D Feldspar

📋 copy color: '#CE8D6D'

red 206 ◦ green 141 ◦ blue 109

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

Shades of Feldspar #CE8D6D

Tints of Feldspar #CE8D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.9%

R = 45.18%
G = 30.92%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE8D6D (or 0xCE8D6D) is known color: Feldspar. HEX triplet: CE, 8D and 6D. RGB value is (206,141,109). Sum of RGB (Red+Green+Blue) = 206+141+109=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8D6D is #317292. Grayscale: #9C9C9C. Windows color (decimal): -3240595 or 7179726. OLE color: 7179726.

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

Color convert

RGB 206 141 109 -
CMYK 0 0.32 0.47 0.19
HSL 19.79º 0.5% 0.62% -
HSV(B) 19.79º 0.47% 0.81% -
XYZ 37.74 33.28 18.9 -
YUV 156.79 101.03 163.1 -
System Red Green Blue C M Y K H S L
Decimal 206 141 109 0 0.32 0.47 0.19 19.79 0.5 0.62
Hex CE 8D 6D 0 20 2F 13 14 32 3E
Octal 316 215 155 0 40 57 23 24 62 76
Binary 11001110 10001101 1101101 0 100000 101111 10011 10100 110010 111110

Color Harmonies of #CE8D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8D6D

Black with #CE8D6D

Text Example


Text Example

White with #CE8D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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