Html Css Color HEX #C78E75 Feldspar

📋 copy color: '#C78E75'

red 199 ◦ green 142 ◦ blue 117

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

Shades of Feldspar #C78E75

Tints of Feldspar #C78E75

RGB

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

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

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

R = 43.45%
G = 31%
B = 25.55%

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

#C78E75 (or 0xC78E75) is known color: Feldspar. HEX triplet: C7, 8E and 75. RGB value is (199,142,117). Sum of RGB (Red+Green+Blue) = 199+142+117=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C78E75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78E75 is #38718A. Grayscale: #9C9C9C. Windows color (decimal): -3699083 or 7704263. OLE color: 7704263.

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

Color convert

RGB 199 142 117 -
CMYK 0 0.29 0.41 0.22
HSL 18.29º 0.42% 0.62% -
HSV(B) 18.29º 0.41% 0.78% -
XYZ 36.44 32.77 21.23 -
YUV 156.19 105.88 158.53 -
System Red Green Blue C M Y K H S L
Decimal 199 142 117 0 0.29 0.41 0.22 18.29 0.42 0.62
Hex C7 8E 75 0 1D 29 16 12 2A 3E
Octal 307 216 165 0 35 51 26 22 52 76
Binary 11000111 10001110 1110101 0 11101 101001 10110 10010 101010 111110

Color Harmonies of #C78E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78E75

Black with #C78E75

Text Example


Text Example

White with #C78E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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