Html Css Color HEX #CE8F6D Feldspar

📋 copy color: '#CE8F6D'

red 206 ◦ green 143 ◦ blue 109

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

Shades of Feldspar #CE8F6D

Tints of Feldspar #CE8F6D

RGB

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

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

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

R = 44.98%
G = 31.22%
B = 23.8%

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

#CE8F6D (or 0xCE8F6D) is known color: Feldspar. HEX triplet: CE, 8F and 6D. RGB value is (206,143,109). Sum of RGB (Red+Green+Blue) = 206+143+109=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 109 (42.97% from 255 or 23.80% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8F6D is #317092. Grayscale: #9E9E9E. Windows color (decimal): -3240083 or 7180238. OLE color: 7180238.

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

Color convert

RGB 206 143 109 -
CMYK 0 0.31 0.47 0.19
HSL 21.03º 0.5% 0.62% -
HSV(B) 21.03º 0.47% 0.81% -
XYZ 38.04 33.87 19 -
YUV 157.96 100.37 162.26 -
System Red Green Blue C M Y K H S L
Decimal 206 143 109 0 0.31 0.47 0.19 21.03 0.5 0.62
Hex CE 8F 6D 0 1F 2F 13 15 32 3E
Octal 316 217 155 0 37 57 23 25 62 76
Binary 11001110 10001111 1101101 0 11111 101111 10011 10101 110010 111110

Color Harmonies of #CE8F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8F6D

Black with #CE8F6D

Text Example


Text Example

White with #CE8F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8F6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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