Html Css Color HEX #CE957F Feldspar

📋 copy color: '#CE957F'

red 206 ◦ green 149 ◦ blue 127

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

Shades of Feldspar #CE957F

Tints of Feldspar #CE957F

RGB

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

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

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

R = 42.74%
G = 30.91%
B = 26.35%

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

#CE957F (or 0xCE957F) is known color: Feldspar. HEX triplet: CE, 95 and 7F. RGB value is (206,149,127). Sum of RGB (Red+Green+Blue) = 206+149+127=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CE957F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE957F is #316A80. Grayscale: #A3A3A3. Windows color (decimal): -3238529 or 8361422. OLE color: 8361422.

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

Color convert

RGB 206 149 127 -
CMYK 0 0.28 0.38 0.19
HSL 16.71º 0.45% 0.65% -
HSV(B) 16.71º 0.38% 0.81% -
XYZ 40.03 36.15 24.95 -
YUV 163.54 107.38 158.29 -
System Red Green Blue C M Y K H S L
Decimal 206 149 127 0 0.28 0.38 0.19 16.71 0.45 0.65
Hex CE 95 7F 0 1C 26 13 11 2D 41
Octal 316 225 177 0 34 46 23 21 55 101
Binary 11001110 10010101 1111111 0 11100 100110 10011 10001 101101 1000001

Color Harmonies of #CE957F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE957F

Black with #CE957F

Text Example


Text Example

White with #CE957F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE957F; }

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

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

background-color css

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

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

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

border-color css

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

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

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