Html Css Color HEX #CE917F Feldspar

📋 copy color: '#CE917F'

red 206 ◦ green 145 ◦ blue 127

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

Shades of Feldspar #CE917F

Tints of Feldspar #CE917F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.33%

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

R = 43.1%
G = 30.33%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE917F (or 0xCE917F) is known color: Feldspar. HEX triplet: CE, 91 and 7F. RGB value is (206,145,127). Sum of RGB (Red+Green+Blue) = 206+145+127=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE917F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE917F is #316E80. Grayscale: #A1A1A1. Windows color (decimal): -3239553 or 8360398. OLE color: 8360398.

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

Color convert

RGB 206 145 127 -
CMYK 0 0.30 0.38 0.19
HSL 13.67º 0.45% 0.65% -
HSV(B) 13.67º 0.38% 0.81% -
XYZ 39.41 34.9 24.74 -
YUV 161.19 108.71 159.96 -
System Red Green Blue C M Y K H S L
Decimal 206 145 127 0 0.30 0.38 0.19 13.67 0.45 0.65
Hex CE 91 7F 0 1E 26 13 E 2D 41
Octal 316 221 177 0 36 46 23 16 55 101
Binary 11001110 10010001 1111111 0 11110 100110 10011 1110 101101 1000001

Color Harmonies of #CE917F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE917F

Black with #CE917F

Text Example


Text Example

White with #CE917F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE917F; }

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

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

background-color css

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

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

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

border-color css

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

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

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