Html Css Color HEX #C79673 Feldspar

📋 copy color: '#C79673'

red 199 ◦ green 150 ◦ blue 115

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

Shades of Feldspar #C79673

Tints of Feldspar #C79673

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.33%

 BLUE value IS 115 (45.31% from 255) = 24.78%

R = 42.89%
G = 32.33%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C79673 (or 0xC79673) is known color: Feldspar. HEX triplet: C7, 96 and 73. RGB value is (199,150,115). Sum of RGB (Red+Green+Blue) = 199+150+115=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 115 (45.31% from 255 or 24.78% from 464); Max value from RGB is 199 - color contains mainly: red. Hex color #C79673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79673 is #38698C. Grayscale: #A0A0A0. Windows color (decimal): -3697037 or 7575239. OLE color: 7575239.

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

Color convert

RGB 199 150 115 -
CMYK 0 0.25 0.42 0.22
HSL 25º 0.43% 0.62% -
HSV(B) 25º 0.42% 0.78% -
XYZ 37.55 35.19 21.03 -
YUV 160.66 102.23 155.35 -
System Red Green Blue C M Y K H S L
Decimal 199 150 115 0 0.25 0.42 0.22 25 0.43 0.62
Hex C7 96 73 0 19 2A 16 19 2B 3E
Octal 307 226 163 0 31 52 26 31 53 76
Binary 11000111 10010110 1110011 0 11001 101010 10110 11001 101011 111110

Color Harmonies of #C79673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79673

Black with #C79673

Text Example


Text Example

White with #C79673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79673; }

 p { color: rgb(199,150,115); }

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

background-color css

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

 a { background-color: rgb(199,150,115); }

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

border-color css

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

 span { border-color: rgb(199,150,115); }

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