Html Css Color HEX #CE947F Feldspar

📋 copy color: '#CE947F'

red 206 ◦ green 148 ◦ blue 127

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

Shades of Feldspar #CE947F

Tints of Feldspar #CE947F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.77%

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

R = 42.83%
G = 30.77%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE947F (or 0xCE947F) is known color: Feldspar. HEX triplet: CE, 94 and 7F. RGB value is (206,148,127). Sum of RGB (Red+Green+Blue) = 206+148+127=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CE947F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE947F is #316B80. Grayscale: #A3A3A3. Windows color (decimal): -3238785 or 8361166. OLE color: 8361166.

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

Color convert

RGB 206 148 127 -
CMYK 0 0.28 0.38 0.19
HSL 15.95º 0.45% 0.65% -
HSV(B) 15.95º 0.38% 0.81% -
XYZ 39.87 35.83 24.89 -
YUV 162.95 107.72 158.71 -
System Red Green Blue C M Y K H S L
Decimal 206 148 127 0 0.28 0.38 0.19 15.95 0.45 0.65
Hex CE 94 7F 0 1C 26 13 10 2D 41
Octal 316 224 177 0 34 46 23 20 55 101
Binary 11001110 10010100 1111111 0 11100 100110 10011 10000 101101 1000001

Color Harmonies of #CE947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE947F

Black with #CE947F

Text Example


Text Example

White with #CE947F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE947F; }

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

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

background-color css

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

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

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

border-color css

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

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

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