Html Css Color HEX #C48E7C Feldspar

📋 copy color: '#C48E7C'

red 196 ◦ green 142 ◦ blue 124

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

Shades of Feldspar #C48E7C

Tints of Feldspar #C48E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.84%

R = 42.42%
G = 30.74%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C48E7C (or 0xC48E7C) is known color: Feldspar. HEX triplet: C4, 8E and 7C. RGB value is (196,142,124). Sum of RGB (Red+Green+Blue) = 196+142+124=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 142 (55.86% from 255 or 30.74% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48E7C is #3B7183. Grayscale: #9C9C9C. Windows color (decimal): -3895684 or 8163012. OLE color: 8163012.

HSL color Cylindrical-coordinate representation of color #C48E7C: hue angle of 15º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C48E7C is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 142 124 -
CMYK 0 0.28 0.37 0.23
HSL 15º 0.38% 0.63% -
HSV(B) 15º 0.37% 0.77% -
XYZ 36.08 32.54 23.45 -
YUV 156.09 109.89 156.46 -
System Red Green Blue C M Y K H S L
Decimal 196 142 124 0 0.28 0.37 0.23 15 0.38 0.63
Hex C4 8E 7C 0 1C 25 17 F 26 3F
Octal 304 216 174 0 34 45 27 17 46 77
Binary 11000100 10001110 1111100 0 11100 100101 10111 1111 100110 111111

Color Harmonies of #C48E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48E7C

Black with #C48E7C

Text Example


Text Example

White with #C48E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48E7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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