Html Css Color HEX #C48D76 Feldspar

📋 copy color: '#C48D76'

red 196 ◦ green 141 ◦ blue 118

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

Shades of Feldspar #C48D76

Tints of Feldspar #C48D76

RGB

 RED value IS 196 (76.95% from 255) = 43.08%

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

 BLUE value IS 118 (46.48% from 255) = 25.93%

R = 43.08%
G = 30.99%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C48D76 (or 0xC48D76) is known color: Feldspar. HEX triplet: C4, 8D and 76. RGB value is (196,141,118). Sum of RGB (Red+Green+Blue) = 196+141+118=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48D76 is #3B7289. Grayscale: #9A9A9A. Windows color (decimal): -3895946 or 7769540. OLE color: 7769540.

HSL color Cylindrical-coordinate representation of color #C48D76: hue angle of 17.69º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C48D76 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 141 118 -
CMYK 0 0.28 0.40 0.23
HSL 17.69º 0.4% 0.62% -
HSV(B) 17.69º 0.4% 0.77% -
XYZ 35.56 32.09 21.46 -
YUV 154.82 107.22 157.37 -
System Red Green Blue C M Y K H S L
Decimal 196 141 118 0 0.28 0.40 0.23 17.69 0.4 0.62
Hex C4 8D 76 0 1C 28 17 12 28 3E
Octal 304 215 166 0 34 50 27 22 50 76
Binary 11000100 10001101 1110110 0 11100 101000 10111 10010 101000 111110

Color Harmonies of #C48D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48D76

Black with #C48D76

Text Example


Text Example

White with #C48D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48D76; }

 p { color: rgb(196,141,118); }

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

background-color css

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

 a { background-color: rgb(196,141,118); }

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

border-color css

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

 span { border-color: rgb(196,141,118); }

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