Html Css Color HEX #C8936D Feldspar

📋 copy color: '#C8936D'

red 200 ◦ green 147 ◦ blue 109

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

Shades of Feldspar #C8936D

Tints of Feldspar #C8936D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.9%

R = 43.86%
G = 32.24%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C8936D (or 0xC8936D) is known color: Feldspar. HEX triplet: C8, 93 and 6D. RGB value is (200,147,109). Sum of RGB (Red+Green+Blue) = 200+147+109=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C8936D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8936D is #376C92. Grayscale: #9E9E9E. Windows color (decimal): -3632275 or 7181256. OLE color: 7181256.

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

Color convert

RGB 200 147 109 -
CMYK 0 0.26 0.46 0.22
HSL 25.05º 0.45% 0.61% -
HSV(B) 25.05º 0.46% 0.78% -
XYZ 37.01 34.25 19.13 -
YUV 158.52 100.06 157.59 -
System Red Green Blue C M Y K H S L
Decimal 200 147 109 0 0.26 0.46 0.22 25.05 0.45 0.61
Hex C8 93 6D 0 1A 2E 16 19 2D 3D
Octal 310 223 155 0 32 56 26 31 55 75
Binary 11001000 10010011 1101101 0 11010 101110 10110 11001 101101 111101

Color Harmonies of #C8936D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8936D

Black with #C8936D

Text Example


Text Example

White with #C8936D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8936D; }

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

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

background-color css

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

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

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

border-color css

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

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

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