Html Css Color HEX #C79078 Feldspar

📋 copy color: '#C79078'

red 199 ◦ green 144 ◦ blue 120

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

Shades of Feldspar #C79078

Tints of Feldspar #C79078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.92%

R = 42.98%
G = 31.1%
B = 25.92%

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

#C79078 (or 0xC79078) is known color: Feldspar. HEX triplet: C7, 90 and 78. RGB value is (199,144,120). Sum of RGB (Red+Green+Blue) = 199+144+120=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 120 (47.27% from 255 or 25.92% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C79078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79078 is #386F87. Grayscale: #9D9D9D. Windows color (decimal): -3698568 or 7901383. OLE color: 7901383.

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

Color convert

RGB 199 144 120 -
CMYK 0 0.28 0.40 0.22
HSL 18.23º 0.41% 0.63% -
HSV(B) 18.23º 0.4% 0.78% -
XYZ 36.92 33.44 22.28 -
YUV 157.71 106.72 157.45 -
System Red Green Blue C M Y K H S L
Decimal 199 144 120 0 0.28 0.40 0.22 18.23 0.41 0.63
Hex C7 90 78 0 1C 28 16 12 29 3F
Octal 307 220 170 0 34 50 26 22 51 77
Binary 11000111 10010000 1111000 0 11100 101000 10110 10010 101001 111111

Color Harmonies of #C79078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79078

Black with #C79078

Text Example


Text Example

White with #C79078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79078; }

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

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

background-color css

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

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

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

border-color css

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

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

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