Html Css Color HEX #C78971 Feldspar

📋 copy color: '#C78971'

red 199 ◦ green 137 ◦ blue 113

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

Shades of Feldspar #C78971

Tints of Feldspar #C78971

RGB

 RED value IS 199 (78.13% from 255) = 44.32%

 GREEN value IS 137 (53.91% from 255) = 30.51%

 BLUE value IS 113 (44.53% from 255) = 25.17%

R = 44.32%
G = 30.51%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C78971 (or 0xC78971) is known color: Feldspar. HEX triplet: C7, 89 and 71. RGB value is (199,137,113). Sum of RGB (Red+Green+Blue) = 199+137+113=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 199 - color contains mainly: red. Hex color #C78971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78971 is #38768E. Grayscale: #989898. Windows color (decimal): -3700367 or 7440839. OLE color: 7440839.

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

Color convert

RGB 199 137 113 -
CMYK 0 0.31 0.43 0.22
HSL 16.74º 0.43% 0.61% -
HSV(B) 16.74º 0.43% 0.78% -
XYZ 35.48 31.23 19.78 -
YUV 152.8 105.54 160.95 -
System Red Green Blue C M Y K H S L
Decimal 199 137 113 0 0.31 0.43 0.22 16.74 0.43 0.61
Hex C7 89 71 0 1F 2B 16 11 2B 3D
Octal 307 211 161 0 37 53 26 21 53 75
Binary 11000111 10001001 1110001 0 11111 101011 10110 10001 101011 111101

Color Harmonies of #C78971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78971

Black with #C78971

Text Example


Text Example

White with #C78971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78971; }

 p { color: rgb(199,137,113); }

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

background-color css

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

 a { background-color: rgb(199,137,113); }

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

border-color css

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

 span { border-color: rgb(199,137,113); }

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