Html Css Color HEX #CE987C Feldspar

📋 copy color: '#CE987C'

red 206 ◦ green 152 ◦ blue 124

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

Shades of Feldspar #CE987C

Tints of Feldspar #CE987C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.73%

R = 42.74%
G = 31.54%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CE987C (or 0xCE987C) is known color: Feldspar. HEX triplet: CE, 98 and 7C. RGB value is (206,152,124). Sum of RGB (Red+Green+Blue) = 206+152+124=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CE987C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE987C is #316783. Grayscale: #A5A5A5. Windows color (decimal): -3237764 or 8165582. OLE color: 8165582.

HSL color Cylindrical-coordinate representation of color #CE987C: hue angle of 20.49º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE987C is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 152 124 -
CMYK 0 0.26 0.40 0.19
HSL 20.49º 0.46% 0.65% -
HSV(B) 20.49º 0.4% 0.81% -
XYZ 40.32 37.03 24.09 -
YUV 164.95 104.89 157.28 -
System Red Green Blue C M Y K H S L
Decimal 206 152 124 0 0.26 0.40 0.19 20.49 0.46 0.65
Hex CE 98 7C 0 1A 28 13 14 2E 41
Octal 316 230 174 0 32 50 23 24 56 101
Binary 11001110 10011000 1111100 0 11010 101000 10011 10100 101110 1000001

Color Harmonies of #CE987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE987C

Black with #CE987C

Text Example


Text Example

White with #CE987C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE987C; }

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

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

background-color css

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

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

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

border-color css

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

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

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