Html Css Color HEX #CE947C Feldspar

📋 copy color: '#CE947C'

red 206 ◦ green 148 ◦ blue 124

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

Shades of Feldspar #CE947C

Tints of Feldspar #CE947C

RGB

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

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

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

R = 43.1%
G = 30.96%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CE947C (or 0xCE947C) is known color: Feldspar. HEX triplet: CE, 94 and 7C. RGB value is (206,148,124). Sum of RGB (Red+Green+Blue) = 206+148+124=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE947C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE947C is #316B83. Grayscale: #A2A2A2. Windows color (decimal): -3238788 or 8164558. OLE color: 8164558.

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

Color convert

RGB 206 148 124 -
CMYK 0 0.28 0.40 0.19
HSL 17.56º 0.46% 0.65% -
HSV(B) 17.56º 0.4% 0.81% -
XYZ 39.68 35.76 23.88 -
YUV 162.61 106.22 158.95 -
System Red Green Blue C M Y K H S L
Decimal 206 148 124 0 0.28 0.40 0.19 17.56 0.46 0.65
Hex CE 94 7C 0 1C 28 13 12 2E 41
Octal 316 224 174 0 34 50 23 22 56 101
Binary 11001110 10010100 1111100 0 11100 101000 10011 10010 101110 1000001

Color Harmonies of #CE947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE947C

Black with #CE947C

Text Example


Text Example

White with #CE947C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE947C; }

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

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

background-color css

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

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

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

border-color css

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

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

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