Html Css Color HEX #CE957C Feldspar

📋 copy color: '#CE957C'

red 206 ◦ green 149 ◦ blue 124

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

Shades of Feldspar #CE957C

Tints of Feldspar #CE957C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.11%

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

R = 43.01%
G = 31.11%
B = 25.89%

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

#CE957C (or 0xCE957C) is known color: Feldspar. HEX triplet: CE, 95 and 7C. RGB value is (206,149,124). Sum of RGB (Red+Green+Blue) = 206+149+124=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CE957C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE957C is #316A83. Grayscale: #A3A3A3. Windows color (decimal): -3238532 or 8164814. OLE color: 8164814.

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

Color convert

RGB 206 149 124 -
CMYK 0 0.28 0.40 0.19
HSL 18.29º 0.46% 0.65% -
HSV(B) 18.29º 0.4% 0.81% -
XYZ 39.84 36.07 23.93 -
YUV 163.19 105.88 158.53 -
System Red Green Blue C M Y K H S L
Decimal 206 149 124 0 0.28 0.40 0.19 18.29 0.46 0.65
Hex CE 95 7C 0 1C 28 13 12 2E 41
Octal 316 225 174 0 34 50 23 22 56 101
Binary 11001110 10010101 1111100 0 11100 101000 10011 10010 101110 1000001

Color Harmonies of #CE957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE957C

Black with #CE957C

Text Example


Text Example

White with #CE957C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE957C; }

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

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

background-color css

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

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

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

border-color css

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

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

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