Html Css Color HEX #C48E6C Feldspar

📋 copy color: '#C48E6C'

red 196 ◦ green 142 ◦ blue 108

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

Shades of Feldspar #C48E6C

Tints of Feldspar #C48E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.22%

R = 43.95%
G = 31.84%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C48E6C (or 0xC48E6C) is known color: Feldspar. HEX triplet: C4, 8E and 6C. RGB value is (196,142,108). Sum of RGB (Red+Green+Blue) = 196+142+108=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48E6C is #3B7193. Grayscale: #9A9A9A. Windows color (decimal): -3895700 or 7114436. OLE color: 7114436.

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

Color convert

RGB 196 142 108 -
CMYK 0 0.28 0.45 0.23
HSL 23.18º 0.43% 0.6% -
HSV(B) 23.18º 0.45% 0.77% -
XYZ 35.14 32.16 18.54 -
YUV 154.27 101.89 157.76 -
System Red Green Blue C M Y K H S L
Decimal 196 142 108 0 0.28 0.45 0.23 23.18 0.43 0.6
Hex C4 8E 6C 0 1C 2D 17 17 2B 3C
Octal 304 216 154 0 34 55 27 27 53 74
Binary 11000100 10001110 1101100 0 11100 101101 10111 10111 101011 111100

Color Harmonies of #C48E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48E6C

Black with #C48E6C

Text Example


Text Example

White with #C48E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48E6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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