Html Css Color HEX #C8947E Feldspar

📋 copy color: '#C8947E'

red 200 ◦ green 148 ◦ blue 126

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

Shades of Feldspar #C8947E

Tints of Feldspar #C8947E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.22%

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

R = 42.19%
G = 31.22%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C8947E (or 0xC8947E) is known color: Feldspar. HEX triplet: C8, 94 and 7E. RGB value is (200,148,126). Sum of RGB (Red+Green+Blue) = 200+148+126=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C8947E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8947E is #376B81. Grayscale: #A1A1A1. Windows color (decimal): -3632002 or 8295624. OLE color: 8295624.

HSL color Cylindrical-coordinate representation of color #C8947E: hue angle of 17.84º 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 #C8947E is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 148 126 -
CMYK 0 0.26 0.37 0.22
HSL 17.84º 0.4% 0.64% -
HSV(B) 17.84º 0.37% 0.78% -
XYZ 38.18 34.97 24.48 -
YUV 161.04 108.23 155.79 -
System Red Green Blue C M Y K H S L
Decimal 200 148 126 0 0.26 0.37 0.22 17.84 0.4 0.64
Hex C8 94 7E 0 1A 25 16 12 28 40
Octal 310 224 176 0 32 45 26 22 50 100
Binary 11001000 10010100 1111110 0 11010 100101 10110 10010 101000 1000000

Color Harmonies of #C8947E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8947E

Black with #C8947E

Text Example


Text Example

White with #C8947E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8947E; }

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

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

background-color css

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

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

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

border-color css

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

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

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