Html Css Color HEX #CE906D Feldspar

📋 copy color: '#CE906D'

red 206 ◦ green 144 ◦ blue 109

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

Shades of Feldspar #CE906D

Tints of Feldspar #CE906D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.75%

R = 44.88%
G = 31.37%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE906D (or 0xCE906D) is known color: Feldspar. HEX triplet: CE, 90 and 6D. RGB value is (206,144,109). Sum of RGB (Red+Green+Blue) = 206+144+109=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE906D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE906D is #316F92. Grayscale: #9E9E9E. Windows color (decimal): -3239827 or 7180494. OLE color: 7180494.

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

Color convert

RGB 206 144 109 -
CMYK 0 0.30 0.47 0.19
HSL 21.65º 0.5% 0.62% -
HSV(B) 21.65º 0.47% 0.81% -
XYZ 38.19 34.17 19.05 -
YUV 158.55 100.04 161.85 -
System Red Green Blue C M Y K H S L
Decimal 206 144 109 0 0.30 0.47 0.19 21.65 0.5 0.62
Hex CE 90 6D 0 1E 2F 13 16 32 3E
Octal 316 220 155 0 36 57 23 26 62 76
Binary 11001110 10010000 1101101 0 11110 101111 10011 10110 110010 111110

Color Harmonies of #CE906D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE906D

Black with #CE906D

Text Example


Text Example

White with #CE906D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE906D; }

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

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

background-color css

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

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

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

border-color css

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

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

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