Html Css Color HEX #CE977F Feldspar

📋 copy color: '#CE977F'

red 206 ◦ green 151 ◦ blue 127

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

Shades of Feldspar #CE977F

Tints of Feldspar #CE977F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.24%

R = 42.56%
G = 31.2%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE977F (or 0xCE977F) is known color: Feldspar. HEX triplet: CE, 97 and 7F. RGB value is (206,151,127). Sum of RGB (Red+Green+Blue) = 206+151+127=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CE977F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE977F is #316880. Grayscale: #A4A4A4. Windows color (decimal): -3238017 or 8361934. OLE color: 8361934.

HSL color Cylindrical-coordinate representation of color #CE977F: hue angle of 18.23º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE977F is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 151 127 -
CMYK 0 0.27 0.38 0.19
HSL 18.23º 0.45% 0.65% -
HSV(B) 18.23º 0.38% 0.81% -
XYZ 40.35 36.79 25.05 -
YUV 164.71 106.72 157.45 -
System Red Green Blue C M Y K H S L
Decimal 206 151 127 0 0.27 0.38 0.19 18.23 0.45 0.65
Hex CE 97 7F 0 1B 26 13 12 2D 41
Octal 316 227 177 0 33 46 23 22 55 101
Binary 11001110 10010111 1111111 0 11011 100110 10011 10010 101101 1000001

Color Harmonies of #CE977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE977F

Black with #CE977F

Text Example


Text Example

White with #CE977F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE977F; }

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

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

background-color css

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

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

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

border-color css

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

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

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