Html Css Color HEX #CE957E Feldspar

📋 copy color: '#CE957E'

red 206 ◦ green 149 ◦ blue 126

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

Shades of Feldspar #CE957E

Tints of Feldspar #CE957E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.2%

R = 42.83%
G = 30.98%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE957E (or 0xCE957E) is known color: Feldspar. HEX triplet: CE, 95 and 7E. RGB value is (206,149,126). Sum of RGB (Red+Green+Blue) = 206+149+126=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CE957E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE957E is #316A81. Grayscale: #A3A3A3. Windows color (decimal): -3238530 or 8295886. OLE color: 8295886.

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

Color convert

RGB 206 149 126 -
CMYK 0 0.28 0.39 0.19
HSL 17.25º 0.45% 0.65% -
HSV(B) 17.25º 0.39% 0.81% -
XYZ 39.97 36.12 24.6 -
YUV 163.42 106.88 158.37 -
System Red Green Blue C M Y K H S L
Decimal 206 149 126 0 0.28 0.39 0.19 17.25 0.45 0.65
Hex CE 95 7E 0 1C 27 13 11 2D 41
Octal 316 225 176 0 34 47 23 21 55 101
Binary 11001110 10010101 1111110 0 11100 100111 10011 10001 101101 1000001

Color Harmonies of #CE957E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE957E

Black with #CE957E

Text Example


Text Example

White with #CE957E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE957E; }

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

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

background-color css

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

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

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

border-color css

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

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

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