Html Css Color HEX #C8937A Feldspar

📋 copy color: '#C8937A'

red 200 ◦ green 147 ◦ blue 122

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

Shades of Feldspar #C8937A

Tints of Feldspar #C8937A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.34%

 BLUE value IS 122 (48.05% from 255) = 26.01%

R = 42.64%
G = 31.34%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C8937A (or 0xC8937A) is known color: Feldspar. HEX triplet: C8, 93 and 7A. RGB value is (200,147,122). Sum of RGB (Red+Green+Blue) = 200+147+122=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C8937A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8937A is #376C85. Grayscale: #A0A0A0. Windows color (decimal): -3632262 or 8033224. OLE color: 8033224.

HSL color Cylindrical-coordinate representation of color #C8937A: hue angle of 19.23º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C8937A is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 147 122 -
CMYK 0 0.26 0.39 0.22
HSL 19.23º 0.41% 0.63% -
HSV(B) 19.23º 0.39% 0.78% -
XYZ 37.77 34.55 23.09 -
YUV 160 106.56 156.53 -
System Red Green Blue C M Y K H S L
Decimal 200 147 122 0 0.26 0.39 0.22 19.23 0.41 0.63
Hex C8 93 7A 0 1A 27 16 13 29 3F
Octal 310 223 172 0 32 47 26 23 51 77
Binary 11001000 10010011 1111010 0 11010 100111 10110 10011 101001 111111

Color Harmonies of #C8937A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8937A

Black with #C8937A

Text Example


Text Example

White with #C8937A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8937A; }

 p { color: rgb(200,147,122); }

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

background-color css

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

 a { background-color: rgb(200,147,122); }

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

border-color css

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

 span { border-color: rgb(200,147,122); }

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