Html Css Color HEX #CE9374 Feldspar

📋 copy color: '#CE9374'

red 206 ◦ green 147 ◦ blue 116

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

Shades of Feldspar #CE9374

Tints of Feldspar #CE9374

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.34%

 BLUE value IS 116 (45.7% from 255) = 24.73%

R = 43.92%
G = 31.34%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE9374 (or 0xCE9374) is known color: Feldspar. HEX triplet: CE, 93 and 74. RGB value is (206,147,116). Sum of RGB (Red+Green+Blue) = 206+147+116=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9374 is #316C8B. Grayscale: #A1A1A1. Windows color (decimal): -3239052 or 7640014. OLE color: 7640014.

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

Color convert

RGB 206 147 116 -
CMYK 0 0.29 0.44 0.19
HSL 20.67º 0.48% 0.63% -
HSV(B) 20.67º 0.44% 0.81% -
XYZ 39.04 35.25 21.27 -
YUV 161.11 102.55 160.02 -
System Red Green Blue C M Y K H S L
Decimal 206 147 116 0 0.29 0.44 0.19 20.67 0.48 0.63
Hex CE 93 74 0 1D 2C 13 15 30 3F
Octal 316 223 164 0 35 54 23 25 60 77
Binary 11001110 10010011 1110100 0 11101 101100 10011 10101 110000 111111

Color Harmonies of #CE9374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9374

Black with #CE9374

Text Example


Text Example

White with #CE9374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9374; }

 p { color: rgb(206,147,116); }

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

background-color css

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

 a { background-color: rgb(206,147,116); }

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

border-color css

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

 span { border-color: rgb(206,147,116); }

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