Html Css Color HEX #CE937C Feldspar

📋 copy color: '#CE937C'

red 206 ◦ green 147 ◦ blue 124

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

Shades of Feldspar #CE937C

Tints of Feldspar #CE937C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.82%

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

R = 43.19%
G = 30.82%
B = 26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CE937C (or 0xCE937C) is known color: Feldspar. HEX triplet: CE, 93 and 7C. RGB value is (206,147,124). Sum of RGB (Red+Green+Blue) = 206+147+124=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 147 (57.81% from 255 or 30.82% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CE937C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE937C is #316C83. Grayscale: #A2A2A2. Windows color (decimal): -3239044 or 8164302. OLE color: 8164302.

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

Color convert

RGB 206 147 124 -
CMYK 0 0.29 0.40 0.19
HSL 16.83º 0.46% 0.65% -
HSV(B) 16.83º 0.4% 0.81% -
XYZ 39.53 35.44 23.83 -
YUV 162.02 106.55 159.37 -
System Red Green Blue C M Y K H S L
Decimal 206 147 124 0 0.29 0.40 0.19 16.83 0.46 0.65
Hex CE 93 7C 0 1D 28 13 11 2E 41
Octal 316 223 174 0 35 50 23 21 56 101
Binary 11001110 10010011 1111100 0 11101 101000 10011 10001 101110 1000001

Color Harmonies of #CE937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE937C

Black with #CE937C

Text Example


Text Example

White with #CE937C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE937C; }

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

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

background-color css

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

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

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

border-color css

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

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

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