Html Css Color HEX #C78E6F Feldspar

📋 copy color: '#C78E6F'

red 199 ◦ green 142 ◦ blue 111

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

Shades of Feldspar #C78E6F

Tints of Feldspar #C78E6F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.42%

 BLUE value IS 111 (43.75% from 255) = 24.56%

R = 44.03%
G = 31.42%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C78E6F (or 0xC78E6F) is known color: Feldspar. HEX triplet: C7, 8E and 6F. RGB value is (199,142,111). Sum of RGB (Red+Green+Blue) = 199+142+111=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 142 (55.86% from 255 or 31.42% from 452); Blue value is 111 (43.75% from 255 or 24.56% from 452); Max value from RGB is 199 - color contains mainly: red. Hex color #C78E6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78E6F is #387190. Grayscale: #9B9B9B. Windows color (decimal): -3699089 or 7311047. OLE color: 7311047.

HSL color Cylindrical-coordinate representation of color #C78E6F: hue angle of 21.14º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C78E6F is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 142 111 -
CMYK 0 0.29 0.44 0.22
HSL 21.14º 0.44% 0.61% -
HSV(B) 21.14º 0.44% 0.78% -
XYZ 36.1 32.64 19.44 -
YUV 155.51 102.88 159.02 -
System Red Green Blue C M Y K H S L
Decimal 199 142 111 0 0.29 0.44 0.22 21.14 0.44 0.61
Hex C7 8E 6F 0 1D 2C 16 15 2C 3D
Octal 307 216 157 0 35 54 26 25 54 75
Binary 11000111 10001110 1101111 0 11101 101100 10110 10101 101100 111101

Color Harmonies of #C78E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78E6F

Black with #C78E6F

Text Example


Text Example

White with #C78E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78E6F; }

 p { color: rgb(199,142,111); }

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

background-color css

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

 a { background-color: rgb(199,142,111); }

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

border-color css

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

 span { border-color: rgb(199,142,111); }

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