Html Css Color HEX #C78672 Feldspar

📋 copy color: '#C78672'

red 199 ◦ green 134 ◦ blue 114

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

Shades of Feldspar #C78672

Tints of Feldspar #C78672

RGB

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

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

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

R = 44.52%
G = 29.98%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C78672 (or 0xC78672) is known color: Feldspar. HEX triplet: C7, 86 and 72. RGB value is (199,134,114). Sum of RGB (Red+Green+Blue) = 199+134+114=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 199 - color contains mainly: red. Hex color #C78672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78672 is #38798D. Grayscale: #979797. Windows color (decimal): -3701134 or 7505607. OLE color: 7505607.

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

Color convert

RGB 199 134 114 -
CMYK 0 0.33 0.43 0.22
HSL 14.12º 0.43% 0.61% -
HSV(B) 14.12º 0.43% 0.78% -
XYZ 35.12 30.41 19.94 -
YUV 151.16 107.03 162.13 -
System Red Green Blue C M Y K H S L
Decimal 199 134 114 0 0.33 0.43 0.22 14.12 0.43 0.61
Hex C7 86 72 0 21 2B 16 E 2B 3D
Octal 307 206 162 0 41 53 26 16 53 75
Binary 11000111 10000110 1110010 0 100001 101011 10110 1110 101011 111101

Color Harmonies of #C78672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78672

Black with #C78672

Text Example


Text Example

White with #C78672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78672; }

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

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

background-color css

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

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

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

border-color css

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

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

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