Html Css Color HEX #C48D77 Feldspar

📋 copy color: '#C48D77'

red 196 ◦ green 141 ◦ blue 119

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

Shades of Feldspar #C48D77

Tints of Feldspar #C48D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.1%

R = 42.98%
G = 30.92%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C48D77 (or 0xC48D77) is known color: Feldspar. HEX triplet: C4, 8D and 77. RGB value is (196,141,119). Sum of RGB (Red+Green+Blue) = 196+141+119=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 119 (46.88% from 255 or 26.10% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48D77 is #3B7288. Grayscale: #9B9B9B. Windows color (decimal): -3895945 or 7835076. OLE color: 7835076.

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

Color convert

RGB 196 141 119 -
CMYK 0 0.28 0.39 0.23
HSL 17.14º 0.39% 0.62% -
HSV(B) 17.14º 0.39% 0.77% -
XYZ 35.62 32.12 21.77 -
YUV 154.94 107.72 157.29 -
System Red Green Blue C M Y K H S L
Decimal 196 141 119 0 0.28 0.39 0.23 17.14 0.39 0.62
Hex C4 8D 77 0 1C 27 17 11 27 3E
Octal 304 215 167 0 34 47 27 21 47 76
Binary 11000100 10001101 1110111 0 11100 100111 10111 10001 100111 111110

Color Harmonies of #C48D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48D77

Black with #C48D77

Text Example


Text Example

White with #C48D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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