Html Css Color HEX #C78F75 Feldspar

📋 copy color: '#C78F75'

red 199 ◦ green 143 ◦ blue 117

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

Shades of Feldspar #C78F75

Tints of Feldspar #C78F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.49%

R = 43.36%
G = 31.15%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C78F75 (or 0xC78F75) is known color: Feldspar. HEX triplet: C7, 8F and 75. RGB value is (199,143,117). Sum of RGB (Red+Green+Blue) = 199+143+117=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C78F75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78F75 is #38708A. Grayscale: #9C9C9C. Windows color (decimal): -3698827 or 7704519. OLE color: 7704519.

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

Color convert

RGB 199 143 117 -
CMYK 0 0.28 0.41 0.22
HSL 19.02º 0.42% 0.62% -
HSV(B) 19.02º 0.41% 0.78% -
XYZ 36.59 33.07 21.28 -
YUV 156.78 105.55 158.11 -
System Red Green Blue C M Y K H S L
Decimal 199 143 117 0 0.28 0.41 0.22 19.02 0.42 0.62
Hex C7 8F 75 0 1C 29 16 13 2A 3E
Octal 307 217 165 0 34 51 26 23 52 76
Binary 11000111 10001111 1110101 0 11100 101001 10110 10011 101010 111110

Color Harmonies of #C78F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78F75

Black with #C78F75

Text Example


Text Example

White with #C78F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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