Html Css Color HEX #CE8F6E Feldspar

📋 copy color: '#CE8F6E'

red 206 ◦ green 143 ◦ blue 110

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

Shades of Feldspar #CE8F6E

Tints of Feldspar #CE8F6E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.15%

 BLUE value IS 110 (43.36% from 255) = 23.97%

R = 44.88%
G = 31.15%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE8F6E (or 0xCE8F6E) is known color: Feldspar. HEX triplet: CE, 8F and 6E. RGB value is (206,143,110). Sum of RGB (Red+Green+Blue) = 206+143+110=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8F6E is #317091. Grayscale: #9E9E9E. Windows color (decimal): -3240082 or 7245774. OLE color: 7245774.

HSL color Cylindrical-coordinate representation of color #CE8F6E: hue angle of 20.62º degrees, saturation: 0.49, 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 #CE8F6E is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 143 110 -
CMYK 0 0.31 0.47 0.19
HSL 20.63º 0.49% 0.62% -
HSV(B) 20.63º 0.47% 0.81% -
XYZ 38.09 33.89 19.29 -
YUV 158.08 100.87 162.18 -
System Red Green Blue C M Y K H S L
Decimal 206 143 110 0 0.31 0.47 0.19 20.63 0.49 0.62
Hex CE 8F 6E 0 1F 2F 13 15 31 3E
Octal 316 217 156 0 37 57 23 25 61 76
Binary 11001110 10001111 1101110 0 11111 101111 10011 10101 110001 111110

Color Harmonies of #CE8F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8F6E

Black with #CE8F6E

Text Example


Text Example

White with #CE8F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8F6E; }

 p { color: rgb(206,143,110); }

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

background-color css

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

 a { background-color: rgb(206,143,110); }

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

border-color css

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

 span { border-color: rgb(206,143,110); }

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