Html Css Color HEX #C79678 Feldspar

📋 copy color: '#C79678'

red 199 ◦ green 150 ◦ blue 120

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

Shades of Feldspar #C79678

Tints of Feldspar #C79678

RGB

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

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

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

R = 42.43%
G = 31.98%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C79678 (or 0xC79678) is known color: Feldspar. HEX triplet: C7, 96 and 78. RGB value is (199,150,120). Sum of RGB (Red+Green+Blue) = 199+150+120=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 120 (47.27% from 255 or 25.59% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C79678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79678 is #386987. Grayscale: #A1A1A1. Windows color (decimal): -3697032 or 7902919. OLE color: 7902919.

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

Color convert

RGB 199 150 120 -
CMYK 0 0.25 0.40 0.22
HSL 22.78º 0.41% 0.63% -
HSV(B) 22.78º 0.4% 0.78% -
XYZ 37.85 35.31 22.59 -
YUV 161.23 104.73 154.94 -
System Red Green Blue C M Y K H S L
Decimal 199 150 120 0 0.25 0.40 0.22 22.78 0.41 0.63
Hex C7 96 78 0 19 28 16 17 29 3F
Octal 307 226 170 0 31 50 26 27 51 77
Binary 11000111 10010110 1111000 0 11001 101000 10110 10111 101001 111111

Color Harmonies of #C79678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79678

Black with #C79678

Text Example


Text Example

White with #C79678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79678; }

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

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

background-color css

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

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

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

border-color css

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

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

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