Html Css Color HEX #CE8971 Feldspar

📋 copy color: '#CE8971'

red 206 ◦ green 137 ◦ blue 113

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

Shades of Feldspar #CE8971

Tints of Feldspar #CE8971

RGB

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

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

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

R = 45.18%
G = 30.04%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE8971 (or 0xCE8971) is known color: Feldspar. HEX triplet: CE, 89 and 71. RGB value is (206,137,113). Sum of RGB (Red+Green+Blue) = 206+137+113=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8971 is #31768E. Grayscale: #9B9B9B. Windows color (decimal): -3241615 or 7440846. OLE color: 7440846.

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

Color convert

RGB 206 137 113 -
CMYK 0 0.33 0.45 0.19
HSL 15.48º 0.49% 0.63% -
HSV(B) 15.48º 0.45% 0.81% -
XYZ 37.38 32.21 19.87 -
YUV 154.9 104.36 164.45 -
System Red Green Blue C M Y K H S L
Decimal 206 137 113 0 0.33 0.45 0.19 15.48 0.49 0.63
Hex CE 89 71 0 21 2D 13 F 31 3F
Octal 316 211 161 0 41 55 23 17 61 77
Binary 11001110 10001001 1110001 0 100001 101101 10011 1111 110001 111111

Color Harmonies of #CE8971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8971

Black with #CE8971

Text Example


Text Example

White with #CE8971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8971; }

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

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

background-color css

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

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

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

border-color css

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

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

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