Html Css Color HEX #C48C70 Feldspar

📋 copy color: '#C48C70'

red 196 ◦ green 140 ◦ blue 112

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

Shades of Feldspar #C48C70

Tints of Feldspar #C48C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25%

R = 43.75%
G = 31.25%
B = 25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C48C70 (or 0xC48C70) is known color: Feldspar. HEX triplet: C4, 8C and 70. RGB value is (196,140,112). Sum of RGB (Red+Green+Blue) = 196+140+112=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48C70 is #3B738F. Grayscale: #999999. Windows color (decimal): -3896208 or 7376068. OLE color: 7376068.

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

Color convert

RGB 196 140 112 -
CMYK 0 0.29 0.43 0.23
HSL 20º 0.42% 0.6% -
HSV(B) 20º 0.43% 0.77% -
XYZ 35.07 31.66 19.59 -
YUV 153.55 104.55 158.28 -
System Red Green Blue C M Y K H S L
Decimal 196 140 112 0 0.29 0.43 0.23 20 0.42 0.6
Hex C4 8C 70 0 1D 2B 17 14 2A 3C
Octal 304 214 160 0 35 53 27 24 52 74
Binary 11000100 10001100 1110000 0 11101 101011 10111 10100 101010 111100

Color Harmonies of #C48C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48C70

Black with #C48C70

Text Example


Text Example

White with #C48C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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