Html Css Color HEX #CE8974 Feldspar

📋 copy color: '#CE8974'

red 206 ◦ green 137 ◦ blue 116

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

Shades of Feldspar #CE8974

Tints of Feldspar #CE8974

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.85%

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

R = 44.88%
G = 29.85%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE8974 (or 0xCE8974) is known color: Feldspar. HEX triplet: CE, 89 and 74. RGB value is (206,137,116). Sum of RGB (Red+Green+Blue) = 206+137+116=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8974 is #31768B. Grayscale: #9B9B9B. Windows color (decimal): -3241612 or 7637454. OLE color: 7637454.

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

Color convert

RGB 206 137 116 -
CMYK 0 0.33 0.44 0.19
HSL 14º 0.48% 0.63% -
HSV(B) 14º 0.44% 0.81% -
XYZ 37.55 32.27 20.77 -
YUV 155.24 105.86 164.21 -
System Red Green Blue C M Y K H S L
Decimal 206 137 116 0 0.33 0.44 0.19 14 0.48 0.63
Hex CE 89 74 0 21 2C 13 E 30 3F
Octal 316 211 164 0 41 54 23 16 60 77
Binary 11001110 10001001 1110100 0 100001 101100 10011 1110 110000 111111

Color Harmonies of #CE8974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8974

Black with #CE8974

Text Example


Text Example

White with #CE8974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8974; }

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

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

background-color css

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

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

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

border-color css

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

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

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