Html Css Color HEX #CE8671 Feldspar

📋 copy color: '#CE8671'

red 206 ◦ green 134 ◦ blue 113

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

Shades of Feldspar #CE8671

Tints of Feldspar #CE8671

RGB

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

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

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

R = 45.47%
G = 29.58%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE8671 (or 0xCE8671) is known color: Feldspar. HEX triplet: CE, 86 and 71. RGB value is (206,134,113). Sum of RGB (Red+Green+Blue) = 206+134+113=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8671 is #31798E. Grayscale: #999999. Windows color (decimal): -3242383 or 7440078. OLE color: 7440078.

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

Color convert

RGB 206 134 113 -
CMYK 0 0.35 0.45 0.19
HSL 13.55º 0.49% 0.63% -
HSV(B) 13.55º 0.45% 0.81% -
XYZ 36.96 31.36 19.73 -
YUV 153.13 105.35 165.71 -
System Red Green Blue C M Y K H S L
Decimal 206 134 113 0 0.35 0.45 0.19 13.55 0.49 0.63
Hex CE 86 71 0 23 2D 13 E 31 3F
Octal 316 206 161 0 43 55 23 16 61 77
Binary 11001110 10000110 1110001 0 100011 101101 10011 1110 110001 111111

Color Harmonies of #CE8671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8671

Black with #CE8671

Text Example


Text Example

White with #CE8671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8671; }

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

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

background-color css

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

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

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

border-color css

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

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

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