Html Css Color HEX #C78674 Feldspar

📋 copy color: '#C78674'

red 199 ◦ green 134 ◦ blue 116

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

Shades of Feldspar #C78674

Tints of Feldspar #C78674

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.84%

 BLUE value IS 116 (45.7% from 255) = 25.84%

R = 44.32%
G = 29.84%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C78674 (or 0xC78674) is known color: Feldspar. HEX triplet: C7, 86 and 74. RGB value is (199,134,116). Sum of RGB (Red+Green+Blue) = 199+134+116=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 199 - color contains mainly: red. Hex color #C78674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78674 is #38798B. Grayscale: #979797. Windows color (decimal): -3701132 or 7636679. OLE color: 7636679.

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

Color convert

RGB 199 134 116 -
CMYK 0 0.33 0.42 0.22
HSL 13.01º 0.43% 0.62% -
HSV(B) 13.01º 0.42% 0.78% -
XYZ 35.23 30.45 20.54 -
YUV 151.38 108.03 161.96 -
System Red Green Blue C M Y K H S L
Decimal 199 134 116 0 0.33 0.42 0.22 13.01 0.43 0.62
Hex C7 86 74 0 21 2A 16 D 2B 3E
Octal 307 206 164 0 41 52 26 15 53 76
Binary 11000111 10000110 1110100 0 100001 101010 10110 1101 101011 111110

Color Harmonies of #C78674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78674

Black with #C78674

Text Example


Text Example

White with #C78674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78674; }

 p { color: rgb(199,134,116); }

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

background-color css

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

 a { background-color: rgb(199,134,116); }

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

border-color css

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

 span { border-color: rgb(199,134,116); }

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