Html Css Color HEX #C48D75 Feldspar

📋 copy color: '#C48D75'

red 196 ◦ green 141 ◦ blue 117

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

Shades of Feldspar #C48D75

Tints of Feldspar #C48D75

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.06%

 BLUE value IS 117 (46.09% from 255) = 25.77%

R = 43.17%
G = 31.06%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C48D75 (or 0xC48D75) is known color: Feldspar. HEX triplet: C4, 8D and 75. RGB value is (196,141,117). Sum of RGB (Red+Green+Blue) = 196+141+117=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48D75 is #3B728A. Grayscale: #9A9A9A. Windows color (decimal): -3895947 or 7704004. OLE color: 7704004.

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

Color convert

RGB 196 141 117 -
CMYK 0 0.28 0.40 0.23
HSL 18.23º 0.4% 0.61% -
HSV(B) 18.23º 0.4% 0.77% -
XYZ 35.5 32.07 21.15 -
YUV 154.71 106.72 157.45 -
System Red Green Blue C M Y K H S L
Decimal 196 141 117 0 0.28 0.40 0.23 18.23 0.4 0.61
Hex C4 8D 75 0 1C 28 17 12 28 3D
Octal 304 215 165 0 34 50 27 22 50 75
Binary 11000100 10001101 1110101 0 11100 101000 10111 10010 101000 111101

Color Harmonies of #C48D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48D75

Black with #C48D75

Text Example


Text Example

White with #C48D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48D75; }

 p { color: rgb(196,141,117); }

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

background-color css

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

 a { background-color: rgb(196,141,117); }

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

border-color css

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

 span { border-color: rgb(196,141,117); }

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