Html Css Color HEX #C79477 Feldspar

📋 copy color: '#C79477'

red 199 ◦ green 148 ◦ blue 119

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

Shades of Feldspar #C79477

Tints of Feldspar #C79477

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.76%

 BLUE value IS 119 (46.88% from 255) = 25.54%

R = 42.7%
G = 31.76%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C79477 (or 0xC79477) is known color: Feldspar. HEX triplet: C7, 94 and 77. RGB value is (199,148,119). Sum of RGB (Red+Green+Blue) = 199+148+119=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 199 - color contains mainly: red. Hex color #C79477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79477 is #386B88. Grayscale: #A0A0A0. Windows color (decimal): -3697545 or 7836871. OLE color: 7836871.

HSL color Cylindrical-coordinate representation of color #C79477: hue angle of 21.75º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C79477 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 148 119 -
CMYK 0 0.26 0.40 0.22
HSL 21.75º 0.42% 0.62% -
HSV(B) 21.75º 0.4% 0.78% -
XYZ 37.47 34.65 22.17 -
YUV 159.94 104.9 155.86 -
System Red Green Blue C M Y K H S L
Decimal 199 148 119 0 0.26 0.40 0.22 21.75 0.42 0.62
Hex C7 94 77 0 1A 28 16 16 2A 3E
Octal 307 224 167 0 32 50 26 26 52 76
Binary 11000111 10010100 1110111 0 11010 101000 10110 10110 101010 111110

Color Harmonies of #C79477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79477

Black with #C79477

Text Example


Text Example

White with #C79477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79477; }

 p { color: rgb(199,148,119); }

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

background-color css

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

 a { background-color: rgb(199,148,119); }

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

border-color css

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

 span { border-color: rgb(199,148,119); }

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