Html Css Color HEX #C8936E Feldspar

📋 copy color: '#C8936E'

red 200 ◦ green 147 ◦ blue 110

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

Shades of Feldspar #C8936E

Tints of Feldspar #C8936E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.07%

R = 43.76%
G = 32.17%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C8936E (or 0xC8936E) is known color: Feldspar. HEX triplet: C8, 93 and 6E. RGB value is (200,147,110). Sum of RGB (Red+Green+Blue) = 200+147+110=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C8936E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8936E is #376C91. Grayscale: #9E9E9E. Windows color (decimal): -3632274 or 7246792. OLE color: 7246792.

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

Color convert

RGB 200 147 110 -
CMYK 0 0.26 0.45 0.22
HSL 24.67º 0.45% 0.61% -
HSV(B) 24.67º 0.45% 0.78% -
XYZ 37.07 34.27 19.41 -
YUV 158.63 100.56 157.51 -
System Red Green Blue C M Y K H S L
Decimal 200 147 110 0 0.26 0.45 0.22 24.67 0.45 0.61
Hex C8 93 6E 0 1A 2D 16 19 2D 3D
Octal 310 223 156 0 32 55 26 31 55 75
Binary 11001000 10010011 1101110 0 11010 101101 10110 11001 101101 111101

Color Harmonies of #C8936E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8936E

Black with #C8936E

Text Example


Text Example

White with #C8936E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8936E; }

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

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

background-color css

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

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

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

border-color css

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

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

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