Html Css Color HEX #CE8674 Feldspar

📋 copy color: '#CE8674'

red 206 ◦ green 134 ◦ blue 116

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

Shades of Feldspar #CE8674

Tints of Feldspar #CE8674

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.39%

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

R = 45.18%
G = 29.39%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE8674 (or 0xCE8674) is known color: Feldspar. HEX triplet: CE, 86 and 74. RGB value is (206,134,116). Sum of RGB (Red+Green+Blue) = 206+134+116=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8674 is #31798B. Grayscale: #999999. Windows color (decimal): -3242380 or 7636686. OLE color: 7636686.

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

Color convert

RGB 206 134 116 -
CMYK 0 0.35 0.44 0.19
HSL 12º 0.48% 0.63% -
HSV(B) 12º 0.44% 0.81% -
XYZ 37.13 31.43 20.63 -
YUV 153.48 106.85 165.46 -
System Red Green Blue C M Y K H S L
Decimal 206 134 116 0 0.35 0.44 0.19 12 0.48 0.63
Hex CE 86 74 0 23 2C 13 C 30 3F
Octal 316 206 164 0 43 54 23 14 60 77
Binary 11001110 10000110 1110100 0 100011 101100 10011 1100 110000 111111

Color Harmonies of #CE8674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8674

Black with #CE8674

Text Example


Text Example

White with #CE8674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8674; }

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

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

background-color css

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

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

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

border-color css

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

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

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