Html Css Color HEX #CE977C Feldspar

📋 copy color: '#CE977C'

red 206 ◦ green 151 ◦ blue 124

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

Shades of Feldspar #CE977C

Tints of Feldspar #CE977C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.39%

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

R = 42.83%
G = 31.39%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CE977C (or 0xCE977C) is known color: Feldspar. HEX triplet: CE, 97 and 7C. RGB value is (206,151,124). Sum of RGB (Red+Green+Blue) = 206+151+124=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CE977C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE977C is #316883. Grayscale: #A4A4A4. Windows color (decimal): -3238020 or 8165326. OLE color: 8165326.

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

Color convert

RGB 206 151 124 -
CMYK 0 0.27 0.40 0.19
HSL 19.76º 0.46% 0.65% -
HSV(B) 19.76º 0.4% 0.81% -
XYZ 40.16 36.71 24.04 -
YUV 164.37 105.22 157.7 -
System Red Green Blue C M Y K H S L
Decimal 206 151 124 0 0.27 0.40 0.19 19.76 0.46 0.65
Hex CE 97 7C 0 1B 28 13 14 2E 41
Octal 316 227 174 0 33 50 23 24 56 101
Binary 11001110 10010111 1111100 0 11011 101000 10011 10100 101110 1000001

Color Harmonies of #CE977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE977C

Black with #CE977C

Text Example


Text Example

White with #CE977C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE977C; }

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

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

background-color css

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

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

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

border-color css

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

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

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