Html Css Color HEX #C78F7B Feldspar

📋 copy color: '#C78F7B'

red 199 ◦ green 143 ◦ blue 123

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

Shades of Feldspar #C78F7B

Tints of Feldspar #C78F7B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.75%

 BLUE value IS 123 (48.44% from 255) = 26.45%

R = 42.8%
G = 30.75%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C78F7B (or 0xC78F7B) is known color: Feldspar. HEX triplet: C7, 8F and 7B. RGB value is (199,143,123). Sum of RGB (Red+Green+Blue) = 199+143+123=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C78F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78F7B is #387084. Grayscale: #9D9D9D. Windows color (decimal): -3698821 or 8097735. OLE color: 8097735.

HSL color Cylindrical-coordinate representation of color #C78F7B: hue angle of 15.79º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C78F7B is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 143 123 -
CMYK 0 0.28 0.38 0.22
HSL 15.79º 0.4% 0.63% -
HSV(B) 15.79º 0.38% 0.78% -
XYZ 36.95 33.22 23.2 -
YUV 157.46 108.55 157.63 -
System Red Green Blue C M Y K H S L
Decimal 199 143 123 0 0.28 0.38 0.22 15.79 0.4 0.63
Hex C7 8F 7B 0 1C 26 16 10 28 3F
Octal 307 217 173 0 34 46 26 20 50 77
Binary 11000111 10001111 1111011 0 11100 100110 10110 10000 101000 111111

Color Harmonies of #C78F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78F7B

Black with #C78F7B

Text Example


Text Example

White with #C78F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78F7B; }

 p { color: rgb(199,143,123); }

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

background-color css

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

 a { background-color: rgb(199,143,123); }

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

border-color css

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

 span { border-color: rgb(199,143,123); }

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