Html Css Color HEX #C48B76 Feldspar

📋 copy color: '#C48B76'

red 196 ◦ green 139 ◦ blue 118

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

Shades of Feldspar #C48B76

Tints of Feldspar #C48B76

RGB

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

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

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

R = 43.27%
G = 30.68%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C48B76 (or 0xC48B76) is known color: Feldspar. HEX triplet: C4, 8B and 76. RGB value is (196,139,118). Sum of RGB (Red+Green+Blue) = 196+139+118=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48B76 is #3B7489. Grayscale: #999999. Windows color (decimal): -3896458 or 7769028. OLE color: 7769028.

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

Color convert

RGB 196 139 118 -
CMYK 0 0.29 0.40 0.23
HSL 16.15º 0.4% 0.62% -
HSV(B) 16.15º 0.4% 0.77% -
XYZ 35.27 31.51 21.36 -
YUV 153.65 107.88 158.21 -
System Red Green Blue C M Y K H S L
Decimal 196 139 118 0 0.29 0.40 0.23 16.15 0.4 0.62
Hex C4 8B 76 0 1D 28 17 10 28 3E
Octal 304 213 166 0 35 50 27 20 50 76
Binary 11000100 10001011 1110110 0 11101 101000 10111 10000 101000 111110

Color Harmonies of #C48B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48B76

Black with #C48B76

Text Example


Text Example

White with #C48B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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