Html Css Color HEX #CE8771 Feldspar

📋 copy color: '#CE8771'

red 206 ◦ green 135 ◦ blue 113

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

Shades of Feldspar #CE8771

Tints of Feldspar #CE8771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.89%

R = 45.37%
G = 29.74%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE8771 (or 0xCE8771) is known color: Feldspar. HEX triplet: CE, 87 and 71. RGB value is (206,135,113). Sum of RGB (Red+Green+Blue) = 206+135+113=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 113 (44.53% from 255 or 24.89% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8771 is #31788E. Grayscale: #999999. Windows color (decimal): -3242127 or 7440334. OLE color: 7440334.

HSL color Cylindrical-coordinate representation of color #CE8771: hue angle of 14.19º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE8771 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 135 113 -
CMYK 0 0.34 0.45 0.19
HSL 14.19º 0.49% 0.63% -
HSV(B) 14.19º 0.45% 0.81% -
XYZ 37.1 31.64 19.78 -
YUV 153.72 105.02 165.29 -
System Red Green Blue C M Y K H S L
Decimal 206 135 113 0 0.34 0.45 0.19 14.19 0.49 0.63
Hex CE 87 71 0 22 2D 13 E 31 3F
Octal 316 207 161 0 42 55 23 16 61 77
Binary 11001110 10000111 1110001 0 100010 101101 10011 1110 110001 111111

Color Harmonies of #CE8771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8771

Black with #CE8771

Text Example


Text Example

White with #CE8771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8771; }

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

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

background-color css

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

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

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

border-color css

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

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

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