Html Css Color HEX #C48C6F Feldspar

📋 copy color: '#C48C6F'

red 196 ◦ green 140 ◦ blue 111

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

Shades of Feldspar #C48C6F

Tints of Feldspar #C48C6F

RGB

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

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

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

R = 43.85%
G = 31.32%
B = 24.83%

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

#C48C6F (or 0xC48C6F) is known color: Feldspar. HEX triplet: C4, 8C and 6F. RGB value is (196,140,111). Sum of RGB (Red+Green+Blue) = 196+140+111=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 111 (43.75% from 255 or 24.83% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48C6F is #3B7390. Grayscale: #999999. Windows color (decimal): -3896209 or 7310532. OLE color: 7310532.

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

Color convert

RGB 196 140 111 -
CMYK 0 0.29 0.43 0.23
HSL 20.47º 0.42% 0.6% -
HSV(B) 20.47º 0.43% 0.77% -
XYZ 35.01 31.64 19.3 -
YUV 153.44 104.05 158.36 -
System Red Green Blue C M Y K H S L
Decimal 196 140 111 0 0.29 0.43 0.23 20.47 0.42 0.6
Hex C4 8C 6F 0 1D 2B 17 14 2A 3C
Octal 304 214 157 0 35 53 27 24 52 74
Binary 11000100 10001100 1101111 0 11101 101011 10111 10100 101010 111100

Color Harmonies of #C48C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48C6F

Black with #C48C6F

Text Example


Text Example

White with #C48C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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