Html Css Color HEX #C79372 Feldspar

📋 copy color: '#C79372'

red 199 ◦ green 147 ◦ blue 114

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

Shades of Feldspar #C79372

Tints of Feldspar #C79372

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.96%

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

R = 43.26%
G = 31.96%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C79372 (or 0xC79372) is known color: Feldspar. HEX triplet: C7, 93 and 72. RGB value is (199,147,114). Sum of RGB (Red+Green+Blue) = 199+147+114=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C79372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79372 is #386C8D. Grayscale: #9E9E9E. Windows color (decimal): -3697806 or 7508935. OLE color: 7508935.

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

Color convert

RGB 199 147 114 -
CMYK 0 0.26 0.43 0.22
HSL 23.29º 0.43% 0.61% -
HSV(B) 23.29º 0.43% 0.78% -
XYZ 37.02 34.22 20.57 -
YUV 158.79 102.73 156.68 -
System Red Green Blue C M Y K H S L
Decimal 199 147 114 0 0.26 0.43 0.22 23.29 0.43 0.61
Hex C7 93 72 0 1A 2B 16 17 2B 3D
Octal 307 223 162 0 32 53 26 27 53 75
Binary 11000111 10010011 1110010 0 11010 101011 10110 10111 101011 111101

Color Harmonies of #C79372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79372

Black with #C79372

Text Example


Text Example

White with #C79372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79372; }

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

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

background-color css

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

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

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

border-color css

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

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

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