Html Css Color HEX #C78673 Feldspar

📋 copy color: '#C78673'

red 199 ◦ green 134 ◦ blue 115

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

Shades of Feldspar #C78673

Tints of Feldspar #C78673

RGB

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

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

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

R = 44.42%
G = 29.91%
B = 25.67%

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

#C78673 (or 0xC78673) is known color: Feldspar. HEX triplet: C7, 86 and 73. RGB value is (199,134,115). Sum of RGB (Red+Green+Blue) = 199+134+115=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 199 - color contains mainly: red. Hex color #C78673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78673 is #38798C. Grayscale: #979797. Windows color (decimal): -3701133 or 7571143. OLE color: 7571143.

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

Color convert

RGB 199 134 115 -
CMYK 0 0.33 0.42 0.22
HSL 13.57º 0.43% 0.62% -
HSV(B) 13.57º 0.42% 0.78% -
XYZ 35.17 30.43 20.24 -
YUV 151.27 107.53 162.04 -
System Red Green Blue C M Y K H S L
Decimal 199 134 115 0 0.33 0.42 0.22 13.57 0.43 0.62
Hex C7 86 73 0 21 2A 16 E 2B 3E
Octal 307 206 163 0 41 52 26 16 53 76
Binary 11000111 10000110 1110011 0 100001 101010 10110 1110 101011 111110

Color Harmonies of #C78673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78673

Black with #C78673

Text Example


Text Example

White with #C78673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78673; }

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

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

background-color css

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

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

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

border-color css

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

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

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