Html Css Color HEX #CE906F Feldspar

📋 copy color: '#CE906F'

red 206 ◦ green 144 ◦ blue 111

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

Shades of Feldspar #CE906F

Tints of Feldspar #CE906F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.24%

 BLUE value IS 111 (43.75% from 255) = 24.08%

R = 44.69%
G = 31.24%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE906F (or 0xCE906F) is known color: Feldspar. HEX triplet: CE, 90 and 6F. RGB value is (206,144,111). Sum of RGB (Red+Green+Blue) = 206+144+111=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE906F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE906F is #316F90. Grayscale: #9E9E9E. Windows color (decimal): -3239825 or 7311566. OLE color: 7311566.

HSL color Cylindrical-coordinate representation of color #CE906F: hue angle of 20.84º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE906F is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 144 111 -
CMYK 0 0.30 0.46 0.19
HSL 20.84º 0.49% 0.62% -
HSV(B) 20.84º 0.46% 0.81% -
XYZ 38.3 34.22 19.62 -
YUV 158.78 101.04 161.68 -
System Red Green Blue C M Y K H S L
Decimal 206 144 111 0 0.30 0.46 0.19 20.84 0.49 0.62
Hex CE 90 6F 0 1E 2E 13 15 31 3E
Octal 316 220 157 0 36 56 23 25 61 76
Binary 11001110 10010000 1101111 0 11110 101110 10011 10101 110001 111110

Color Harmonies of #CE906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE906F

Black with #CE906F

Text Example


Text Example

White with #CE906F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE906F; }

 p { color: rgb(206,144,111); }

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

background-color css

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

 a { background-color: rgb(206,144,111); }

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

border-color css

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

 span { border-color: rgb(206,144,111); }

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