Html Css Color HEX #CE9174 Feldspar

📋 copy color: '#CE9174'

red 206 ◦ green 145 ◦ blue 116

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

Shades of Feldspar #CE9174

Tints of Feldspar #CE9174

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.05%

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

R = 44.11%
G = 31.05%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE9174 (or 0xCE9174) is known color: Feldspar. HEX triplet: CE, 91 and 74. RGB value is (206,145,116). Sum of RGB (Red+Green+Blue) = 206+145+116=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9174 is #316E8B. Grayscale: #A0A0A0. Windows color (decimal): -3239564 or 7639502. OLE color: 7639502.

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

Color convert

RGB 206 145 116 -
CMYK 0 0.30 0.44 0.19
HSL 19.33º 0.48% 0.63% -
HSV(B) 19.33º 0.44% 0.81% -
XYZ 38.73 34.63 21.17 -
YUV 159.93 103.21 160.86 -
System Red Green Blue C M Y K H S L
Decimal 206 145 116 0 0.30 0.44 0.19 19.33 0.48 0.63
Hex CE 91 74 0 1E 2C 13 13 30 3F
Octal 316 221 164 0 36 54 23 23 60 77
Binary 11001110 10010001 1110100 0 11110 101100 10011 10011 110000 111111

Color Harmonies of #CE9174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9174

Black with #CE9174

Text Example


Text Example

White with #CE9174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9174; }

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

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

background-color css

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

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

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

border-color css

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

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

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