Html Css Color HEX #C48B77 Feldspar

📋 copy color: '#C48B77'

red 196 ◦ green 139 ◦ blue 119

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

Shades of Feldspar #C48B77

Tints of Feldspar #C48B77

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.62%

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

R = 43.17%
G = 30.62%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C48B77 (or 0xC48B77) is known color: Feldspar. HEX triplet: C4, 8B and 77. RGB value is (196,139,119). Sum of RGB (Red+Green+Blue) = 196+139+119=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 119 (46.88% from 255 or 26.21% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48B77 is #3B7488. Grayscale: #999999. Windows color (decimal): -3896457 or 7834564. OLE color: 7834564.

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

Color convert

RGB 196 139 119 -
CMYK 0 0.29 0.39 0.23
HSL 15.58º 0.39% 0.62% -
HSV(B) 15.58º 0.39% 0.77% -
XYZ 35.33 31.53 21.68 -
YUV 153.76 108.38 158.13 -
System Red Green Blue C M Y K H S L
Decimal 196 139 119 0 0.29 0.39 0.23 15.58 0.39 0.62
Hex C4 8B 77 0 1D 27 17 10 27 3E
Octal 304 213 167 0 35 47 27 20 47 76
Binary 11000100 10001011 1110111 0 11101 100111 10111 10000 100111 111110

Color Harmonies of #C48B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48B77

Black with #C48B77

Text Example


Text Example

White with #C48B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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