Html Css Color HEX #CE8977 Feldspar

📋 copy color: '#CE8977'

red 206 ◦ green 137 ◦ blue 119

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

Shades of Feldspar #CE8977

Tints of Feldspar #CE8977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.76%

R = 44.59%
G = 29.65%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE8977 (or 0xCE8977) is known color: Feldspar. HEX triplet: CE, 89 and 77. RGB value is (206,137,119). Sum of RGB (Red+Green+Blue) = 206+137+119=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 119 (46.88% from 255 or 25.76% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8977 is #317688. Grayscale: #9B9B9B. Windows color (decimal): -3241609 or 7834062. OLE color: 7834062.

HSL color Cylindrical-coordinate representation of color #CE8977: hue angle of 12.41º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE8977 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 137 119 -
CMYK 0 0.33 0.42 0.19
HSL 12.41º 0.47% 0.64% -
HSV(B) 12.41º 0.42% 0.81% -
XYZ 37.73 32.35 21.71 -
YUV 155.58 107.36 163.96 -
System Red Green Blue C M Y K H S L
Decimal 206 137 119 0 0.33 0.42 0.19 12.41 0.47 0.64
Hex CE 89 77 0 21 2A 13 C 2F 40
Octal 316 211 167 0 41 52 23 14 57 100
Binary 11001110 10001001 1110111 0 100001 101010 10011 1100 101111 1000000

Color Harmonies of #CE8977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8977

Black with #CE8977

Text Example


Text Example

White with #CE8977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8977; }

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

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

background-color css

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

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

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

border-color css

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

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

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