Html Css Color HEX #C8977E Feldspar

📋 copy color: '#C8977E'

red 200 ◦ green 151 ◦ blue 126

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

Shades of Feldspar #C8977E

Tints of Feldspar #C8977E

RGB

 RED value IS 200 (78.52% from 255) = 41.93%

 GREEN value IS 151 (59.38% from 255) = 31.66%

 BLUE value IS 126 (49.61% from 255) = 26.42%

R = 41.93%
G = 31.66%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C8977E (or 0xC8977E) is known color: Feldspar. HEX triplet: C8, 97 and 7E. RGB value is (200,151,126). Sum of RGB (Red+Green+Blue) = 200+151+126=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C8977E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8977E is #376881. Grayscale: #A2A2A2. Windows color (decimal): -3631234 or 8296392. OLE color: 8296392.

HSL color Cylindrical-coordinate representation of color #C8977E: hue angle of 20.27º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C8977E is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 151 126 -
CMYK 0 0.24 0.37 0.22
HSL 20.27º 0.4% 0.64% -
HSV(B) 20.27º 0.37% 0.78% -
XYZ 38.65 35.92 24.63 -
YUV 162.8 107.23 154.53 -
System Red Green Blue C M Y K H S L
Decimal 200 151 126 0 0.24 0.37 0.22 20.27 0.4 0.64
Hex C8 97 7E 0 18 25 16 14 28 40
Octal 310 227 176 0 30 45 26 24 50 100
Binary 11001000 10010111 1111110 0 11000 100101 10110 10100 101000 1000000

Color Harmonies of #C8977E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8977E

Black with #C8977E

Text Example


Text Example

White with #C8977E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8977E; }

 p { color: rgb(200,151,126); }

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

background-color css

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

 a { background-color: rgb(200,151,126); }

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

border-color css

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

 span { border-color: rgb(200,151,126); }

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