Html Css Color HEX #C48C73 Feldspar

📋 copy color: '#C48C73'

red 196 ◦ green 140 ◦ blue 115

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

Shades of Feldspar #C48C73

Tints of Feldspar #C48C73

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.04%

 BLUE value IS 115 (45.31% from 255) = 25.5%

R = 43.46%
G = 31.04%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C48C73 (or 0xC48C73) is known color: Feldspar. HEX triplet: C4, 8C and 73. RGB value is (196,140,115). Sum of RGB (Red+Green+Blue) = 196+140+115=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48C73 is #3B738C. Grayscale: #9A9A9A. Windows color (decimal): -3896205 or 7572676. OLE color: 7572676.

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

Color convert

RGB 196 140 115 -
CMYK 0 0.29 0.41 0.23
HSL 18.52º 0.41% 0.61% -
HSV(B) 18.52º 0.41% 0.77% -
XYZ 35.24 31.73 20.49 -
YUV 153.89 106.05 158.03 -
System Red Green Blue C M Y K H S L
Decimal 196 140 115 0 0.29 0.41 0.23 18.52 0.41 0.61
Hex C4 8C 73 0 1D 29 17 13 29 3D
Octal 304 214 163 0 35 51 27 23 51 75
Binary 11000100 10001100 1110011 0 11101 101001 10111 10011 101001 111101

Color Harmonies of #C48C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48C73

Black with #C48C73

Text Example


Text Example

White with #C48C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48C73; }

 p { color: rgb(196,140,115); }

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

background-color css

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

 a { background-color: rgb(196,140,115); }

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

border-color css

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

 span { border-color: rgb(196,140,115); }

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