Html Css Color HEX #C48E70 Feldspar

📋 copy color: '#C48E70'

red 196 ◦ green 142 ◦ blue 112

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

Shades of Feldspar #C48E70

Tints of Feldspar #C48E70

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.56%

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

R = 43.56%
G = 31.56%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C48E70 (or 0xC48E70) is known color: Feldspar. HEX triplet: C4, 8E and 70. RGB value is (196,142,112). Sum of RGB (Red+Green+Blue) = 196+142+112=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 142 (55.86% from 255 or 31.56% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48E70 is #3B718F. Grayscale: #9A9A9A. Windows color (decimal): -3895696 or 7376580. OLE color: 7376580.

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

Color convert

RGB 196 142 112 -
CMYK 0 0.28 0.43 0.23
HSL 21.43º 0.42% 0.6% -
HSV(B) 21.43º 0.43% 0.77% -
XYZ 35.36 32.25 19.69 -
YUV 154.73 103.89 157.44 -
System Red Green Blue C M Y K H S L
Decimal 196 142 112 0 0.28 0.43 0.23 21.43 0.42 0.6
Hex C4 8E 70 0 1C 2B 17 15 2A 3C
Octal 304 216 160 0 34 53 27 25 52 74
Binary 11000100 10001110 1110000 0 11100 101011 10111 10101 101010 111100

Color Harmonies of #C48E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48E70

Black with #C48E70

Text Example


Text Example

White with #C48E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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