Html Css Color HEX #C8957F Feldspar

📋 copy color: '#C8957F'

red 200 ◦ green 149 ◦ blue 127

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

Shades of Feldspar #C8957F

Tints of Feldspar #C8957F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.3%

 BLUE value IS 127 (50% from 255) = 26.68%

R = 42.02%
G = 31.3%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C8957F (or 0xC8957F) is known color: Feldspar. HEX triplet: C8, 95 and 7F. RGB value is (200,149,127). Sum of RGB (Red+Green+Blue) = 200+149+127=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C8957F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8957F is #376A80. Grayscale: #A1A1A1. Windows color (decimal): -3631745 or 8361416. OLE color: 8361416.

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

Color convert

RGB 200 149 127 -
CMYK 0 0.26 0.36 0.22
HSL 18.08º 0.4% 0.64% -
HSV(B) 18.08º 0.37% 0.78% -
XYZ 38.4 35.31 24.87 -
YUV 161.74 108.4 155.29 -
System Red Green Blue C M Y K H S L
Decimal 200 149 127 0 0.26 0.36 0.22 18.08 0.4 0.64
Hex C8 95 7F 0 1A 24 16 12 28 40
Octal 310 225 177 0 32 44 26 22 50 100
Binary 11001000 10010101 1111111 0 11010 100100 10110 10010 101000 1000000

Color Harmonies of #C8957F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8957F

Black with #C8957F

Text Example


Text Example

White with #C8957F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8957F; }

 p { color: rgb(200,149,127); }

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

background-color css

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

 a { background-color: rgb(200,149,127); }

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

border-color css

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

 span { border-color: rgb(200,149,127); }

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