Html Css Color HEX #C79077 Feldspar

📋 copy color: '#C79077'

red 199 ◦ green 144 ◦ blue 119

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

Shades of Feldspar #C79077

Tints of Feldspar #C79077

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.17%

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

R = 43.07%
G = 31.17%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C79077 (or 0xC79077) is known color: Feldspar. HEX triplet: C7, 90 and 77. RGB value is (199,144,119). Sum of RGB (Red+Green+Blue) = 199+144+119=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 119 (46.88% from 255 or 25.76% from 462); Max value from RGB is 199 - color contains mainly: red. Hex color #C79077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79077 is #386F88. Grayscale: #9D9D9D. Windows color (decimal): -3698569 or 7835847. OLE color: 7835847.

HSL color Cylindrical-coordinate representation of color #C79077: hue angle of 18.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 #C79077 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 144 119 -
CMYK 0 0.28 0.40 0.22
HSL 18.75º 0.42% 0.62% -
HSV(B) 18.75º 0.4% 0.78% -
XYZ 36.86 33.42 21.96 -
YUV 157.6 106.22 157.53 -
System Red Green Blue C M Y K H S L
Decimal 199 144 119 0 0.28 0.40 0.22 18.75 0.42 0.62
Hex C7 90 77 0 1C 28 16 13 2A 3E
Octal 307 220 167 0 34 50 26 23 52 76
Binary 11000111 10010000 1110111 0 11100 101000 10110 10011 101010 111110

Color Harmonies of #C79077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79077

Black with #C79077

Text Example


Text Example

White with #C79077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79077; }

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

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

background-color css

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

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

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

border-color css

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

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

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