Html Css Color HEX #CE9873 Feldspar

📋 copy color: '#CE9873'

red 206 ◦ green 152 ◦ blue 115

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

Shades of Feldspar #CE9873

Tints of Feldspar #CE9873

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.14%

 BLUE value IS 115 (45.31% from 255) = 24.31%

R = 43.55%
G = 32.14%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE9873 (or 0xCE9873) is known color: Feldspar. HEX triplet: CE, 98 and 73. RGB value is (206,152,115). Sum of RGB (Red+Green+Blue) = 206+152+115=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9873 is #31678C. Grayscale: #A4A4A4. Windows color (decimal): -3237773 or 7575758. OLE color: 7575758.

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

Color convert

RGB 206 152 115 -
CMYK 0 0.26 0.44 0.19
HSL 24.4º 0.48% 0.63% -
HSV(B) 24.4º 0.44% 0.81% -
XYZ 39.78 36.82 21.23 -
YUV 163.93 100.39 158.01 -
System Red Green Blue C M Y K H S L
Decimal 206 152 115 0 0.26 0.44 0.19 24.4 0.48 0.63
Hex CE 98 73 0 1A 2C 13 18 30 3F
Octal 316 230 163 0 32 54 23 30 60 77
Binary 11001110 10011000 1110011 0 11010 101100 10011 11000 110000 111111

Color Harmonies of #CE9873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9873

Black with #CE9873

Text Example


Text Example

White with #CE9873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9873; }

 p { color: rgb(206,152,115); }

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

background-color css

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

 a { background-color: rgb(206,152,115); }

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

border-color css

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

 span { border-color: rgb(206,152,115); }

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