Html Css Color HEX #C48D71 Feldspar

📋 copy color: '#C48D71'

red 196 ◦ green 141 ◦ blue 113

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

Shades of Feldspar #C48D71

Tints of Feldspar #C48D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.11%

R = 43.56%
G = 31.33%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C48D71 (or 0xC48D71) is known color: Feldspar. HEX triplet: C4, 8D and 71. RGB value is (196,141,113). Sum of RGB (Red+Green+Blue) = 196+141+113=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48D71 is #3B728E. Grayscale: #9A9A9A. Windows color (decimal): -3895951 or 7441860. OLE color: 7441860.

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

Color convert

RGB 196 141 113 -
CMYK 0 0.28 0.42 0.23
HSL 20.24º 0.41% 0.61% -
HSV(B) 20.24º 0.42% 0.77% -
XYZ 35.27 31.98 19.94 -
YUV 154.25 104.72 157.78 -
System Red Green Blue C M Y K H S L
Decimal 196 141 113 0 0.28 0.42 0.23 20.24 0.41 0.61
Hex C4 8D 71 0 1C 2A 17 14 29 3D
Octal 304 215 161 0 34 52 27 24 51 75
Binary 11000100 10001101 1110001 0 11100 101010 10111 10100 101001 111101

Color Harmonies of #C48D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48D71

Black with #C48D71

Text Example


Text Example

White with #C48D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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