Html Css Color HEX #C78D75 Feldspar

📋 copy color: '#C78D75'

red 199 ◦ green 141 ◦ blue 117

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

Shades of Feldspar #C78D75

Tints of Feldspar #C78D75

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.85%

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

R = 43.54%
G = 30.85%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C78D75 (or 0xC78D75) is known color: Feldspar. HEX triplet: C7, 8D and 75. RGB value is (199,141,117). Sum of RGB (Red+Green+Blue) = 199+141+117=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C78D75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78D75 is #38728A. Grayscale: #9B9B9B. Windows color (decimal): -3699339 or 7704007. OLE color: 7704007.

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

Color convert

RGB 199 141 117 -
CMYK 0 0.29 0.41 0.22
HSL 17.56º 0.42% 0.62% -
HSV(B) 17.56º 0.41% 0.78% -
XYZ 36.29 32.48 21.19 -
YUV 155.61 106.22 158.95 -
System Red Green Blue C M Y K H S L
Decimal 199 141 117 0 0.29 0.41 0.22 17.56 0.42 0.62
Hex C7 8D 75 0 1D 29 16 12 2A 3E
Octal 307 215 165 0 35 51 26 22 52 76
Binary 11000111 10001101 1110101 0 11101 101001 10110 10010 101010 111110

Color Harmonies of #C78D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78D75

Black with #C78D75

Text Example


Text Example

White with #C78D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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