Html Css Color HEX #C79072 Feldspar

📋 copy color: '#C79072'

red 199 ◦ green 144 ◦ blue 114

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

Shades of Feldspar #C79072

Tints of Feldspar #C79072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.95%

R = 43.54%
G = 31.51%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C79072 (or 0xC79072) is known color: Feldspar. HEX triplet: C7, 90 and 72. RGB value is (199,144,114). Sum of RGB (Red+Green+Blue) = 199+144+114=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C79072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79072 is #386F8D. Grayscale: #9D9D9D. Windows color (decimal): -3698574 or 7508167. OLE color: 7508167.

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

Color convert

RGB 199 144 114 -
CMYK 0 0.28 0.43 0.22
HSL 21.18º 0.43% 0.61% -
HSV(B) 21.18º 0.43% 0.78% -
XYZ 36.56 33.3 20.42 -
YUV 157.03 103.72 157.94 -
System Red Green Blue C M Y K H S L
Decimal 199 144 114 0 0.28 0.43 0.22 21.18 0.43 0.61
Hex C7 90 72 0 1C 2B 16 15 2B 3D
Octal 307 220 162 0 34 53 26 25 53 75
Binary 11000111 10010000 1110010 0 11100 101011 10110 10101 101011 111101

Color Harmonies of #C79072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79072

Black with #C79072

Text Example


Text Example

White with #C79072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79072; }

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

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

background-color css

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

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

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

border-color css

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

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

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