Html Css Color HEX #CE9473 Feldspar

📋 copy color: '#CE9473'

red 206 ◦ green 148 ◦ blue 115

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

Shades of Feldspar #CE9473

Tints of Feldspar #CE9473

RGB

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

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

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

R = 43.92%
G = 31.56%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE9473 (or 0xCE9473) is known color: Feldspar. HEX triplet: CE, 94 and 73. RGB value is (206,148,115). Sum of RGB (Red+Green+Blue) = 206+148+115=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9473 is #316B8C. Grayscale: #A1A1A1. Windows color (decimal): -3238797 or 7574734. OLE color: 7574734.

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

Color convert

RGB 206 148 115 -
CMYK 0 0.28 0.44 0.19
HSL 21.76º 0.48% 0.63% -
HSV(B) 21.76º 0.44% 0.81% -
XYZ 39.14 35.54 21.02 -
YUV 161.58 101.72 159.68 -
System Red Green Blue C M Y K H S L
Decimal 206 148 115 0 0.28 0.44 0.19 21.76 0.48 0.63
Hex CE 94 73 0 1C 2C 13 16 30 3F
Octal 316 224 163 0 34 54 23 26 60 77
Binary 11001110 10010100 1110011 0 11100 101100 10011 10110 110000 111111

Color Harmonies of #CE9473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9473

Black with #CE9473

Text Example


Text Example

White with #CE9473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9473; }

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

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

background-color css

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

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

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

border-color css

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

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

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