Html Css Color HEX #C48C6D Feldspar

📋 copy color: '#C48C6D'

red 196 ◦ green 140 ◦ blue 109

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

Shades of Feldspar #C48C6D

Tints of Feldspar #C48C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.49%

R = 44.04%
G = 31.46%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C48C6D (or 0xC48C6D) is known color: Feldspar. HEX triplet: C4, 8C and 6D. RGB value is (196,140,109). Sum of RGB (Red+Green+Blue) = 196+140+109=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48C6D is #3B7392. Grayscale: #999999. Windows color (decimal): -3896211 or 7179460. OLE color: 7179460.

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

Color convert

RGB 196 140 109 -
CMYK 0 0.29 0.44 0.23
HSL 21.38º 0.42% 0.6% -
HSV(B) 21.38º 0.44% 0.77% -
XYZ 34.9 31.6 18.73 -
YUV 153.21 103.05 158.52 -
System Red Green Blue C M Y K H S L
Decimal 196 140 109 0 0.29 0.44 0.23 21.38 0.42 0.6
Hex C4 8C 6D 0 1D 2C 17 15 2A 3C
Octal 304 214 155 0 35 54 27 25 52 74
Binary 11000100 10001100 1101101 0 11101 101100 10111 10101 101010 111100

Color Harmonies of #C48C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48C6D

Black with #C48C6D

Text Example


Text Example

White with #C48C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48C6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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