Html Css Color HEX #CE8773 Feldspar

📋 copy color: '#CE8773'

red 206 ◦ green 135 ◦ blue 115

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

Shades of Feldspar #CE8773

Tints of Feldspar #CE8773

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.61%

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

R = 45.18%
G = 29.61%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE8773 (or 0xCE8773) is known color: Feldspar. HEX triplet: CE, 87 and 73. RGB value is (206,135,115). Sum of RGB (Red+Green+Blue) = 206+135+115=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 135 (53.12% from 255 or 29.61% from 456); Blue value is 115 (45.31% from 255 or 25.22% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8773 is #31788C. Grayscale: #9A9A9A. Windows color (decimal): -3242125 or 7571406. OLE color: 7571406.

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

Color convert

RGB 206 135 115 -
CMYK 0 0.34 0.44 0.19
HSL 13.19º 0.48% 0.63% -
HSV(B) 13.19º 0.44% 0.81% -
XYZ 37.21 31.69 20.37 -
YUV 153.95 106.02 165.13 -
System Red Green Blue C M Y K H S L
Decimal 206 135 115 0 0.34 0.44 0.19 13.19 0.48 0.63
Hex CE 87 73 0 22 2C 13 D 30 3F
Octal 316 207 163 0 42 54 23 15 60 77
Binary 11001110 10000111 1110011 0 100010 101100 10011 1101 110000 111111

Color Harmonies of #CE8773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8773

Black with #CE8773

Text Example


Text Example

White with #CE8773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8773; }

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

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

background-color css

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

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

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

border-color css

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

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

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