Html Css Color HEX #CE986E Feldspar

📋 copy color: '#CE986E'

red 206 ◦ green 152 ◦ blue 110

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

Shades of Feldspar #CE986E

Tints of Feldspar #CE986E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.48%

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

R = 44.02%
G = 32.48%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE986E (or 0xCE986E) is known color: Feldspar. HEX triplet: CE, 98 and 6E. RGB value is (206,152,110). Sum of RGB (Red+Green+Blue) = 206+152+110=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CE986E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE986E is #316791. Grayscale: #A3A3A3. Windows color (decimal): -3237778 or 7248078. OLE color: 7248078.

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

Color convert

RGB 206 152 110 -
CMYK 0 0.26 0.47 0.19
HSL 26.25º 0.49% 0.62% -
HSV(B) 26.25º 0.47% 0.81% -
XYZ 39.5 36.7 19.75 -
YUV 163.36 97.89 158.42 -
System Red Green Blue C M Y K H S L
Decimal 206 152 110 0 0.26 0.47 0.19 26.25 0.49 0.62
Hex CE 98 6E 0 1A 2F 13 1A 31 3E
Octal 316 230 156 0 32 57 23 32 61 76
Binary 11001110 10011000 1101110 0 11010 101111 10011 11010 110001 111110

Color Harmonies of #CE986E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE986E

Black with #CE986E

Text Example


Text Example

White with #CE986E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE986E; }

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

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

background-color css

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

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

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

border-color css

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

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

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