Html Css Color HEX #C48A6F Feldspar

📋 copy color: '#C48A6F'

red 196 ◦ green 138 ◦ blue 111

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

Shades of Feldspar #C48A6F

Tints of Feldspar #C48A6F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.01%

 BLUE value IS 111 (43.75% from 255) = 24.94%

R = 44.04%
G = 31.01%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C48A6F (or 0xC48A6F) is known color: Feldspar. HEX triplet: C4, 8A and 6F. RGB value is (196,138,111). Sum of RGB (Red+Green+Blue) = 196+138+111=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 111 (43.75% from 255 or 24.94% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48A6F is #3B7590. Grayscale: #989898. Windows color (decimal): -3896721 or 7310020. OLE color: 7310020.

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

Color convert

RGB 196 138 111 -
CMYK 0 0.30 0.43 0.23
HSL 19.06º 0.42% 0.6% -
HSV(B) 19.06º 0.43% 0.77% -
XYZ 34.72 31.06 19.2 -
YUV 152.26 104.72 159.2 -
System Red Green Blue C M Y K H S L
Decimal 196 138 111 0 0.30 0.43 0.23 19.06 0.42 0.6
Hex C4 8A 6F 0 1E 2B 17 13 2A 3C
Octal 304 212 157 0 36 53 27 23 52 74
Binary 11000100 10001010 1101111 0 11110 101011 10111 10011 101010 111100

Color Harmonies of #C48A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48A6F

Black with #C48A6F

Text Example


Text Example

White with #C48A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48A6F; }

 p { color: rgb(196,138,111); }

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

background-color css

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

 a { background-color: rgb(196,138,111); }

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

border-color css

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

 span { border-color: rgb(196,138,111); }

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