Html Css Color HEX #CE9481 Feldspar

📋 copy color: '#CE9481'

red 206 ◦ green 148 ◦ blue 129

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

Shades of Feldspar #CE9481

Tints of Feldspar #CE9481

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.64%

 BLUE value IS 129 (50.78% from 255) = 26.71%

R = 42.65%
G = 30.64%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CE9481 (or 0xCE9481) is known color: Feldspar. HEX triplet: CE, 94 and 81. RGB value is (206,148,129). Sum of RGB (Red+Green+Blue) = 206+148+129=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 129 (50.78% from 255 or 26.71% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9481 is #316B7E. Grayscale: #A3A3A3. Windows color (decimal): -3238783 or 8492238. OLE color: 8492238.

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

Color convert

RGB 206 148 129 -
CMYK 0 0.28 0.37 0.19
HSL 14.81º 0.44% 0.66% -
HSV(B) 14.81º 0.37% 0.81% -
XYZ 40.01 35.89 25.59 -
YUV 163.18 108.72 158.54 -
System Red Green Blue C M Y K H S L
Decimal 206 148 129 0 0.28 0.37 0.19 14.81 0.44 0.66
Hex CE 94 81 0 1C 25 13 F 2C 42
Octal 316 224 201 0 34 45 23 17 54 102
Binary 11001110 10010100 10000001 0 11100 100101 10011 1111 101100 1000010

Color Harmonies of #CE9481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9481

Black with #CE9481

Text Example


Text Example

White with #CE9481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9481; }

 p { color: rgb(206,148,129); }

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

background-color css

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

 a { background-color: rgb(206,148,129); }

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

border-color css

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

 span { border-color: rgb(206,148,129); }

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