Html Css Color HEX #C48E74 Feldspar

📋 copy color: '#C48E74'

red 196 ◦ green 142 ◦ blue 116

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

Shades of Feldspar #C48E74

Tints of Feldspar #C48E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.55%

R = 43.17%
G = 31.28%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C48E74 (or 0xC48E74) is known color: Feldspar. HEX triplet: C4, 8E and 74. RGB value is (196,142,116). Sum of RGB (Red+Green+Blue) = 196+142+116=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 142 (55.86% from 255 or 31.28% from 454); Blue value is 116 (45.70% from 255 or 25.55% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48E74 is #3B718B. Grayscale: #9B9B9B. Windows color (decimal): -3895692 or 7638724. OLE color: 7638724.

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

Color convert

RGB 196 142 116 -
CMYK 0 0.28 0.41 0.23
HSL 19.5º 0.4% 0.61% -
HSV(B) 19.5º 0.41% 0.77% -
XYZ 35.59 32.34 20.89 -
YUV 155.18 105.89 157.11 -
System Red Green Blue C M Y K H S L
Decimal 196 142 116 0 0.28 0.41 0.23 19.5 0.4 0.61
Hex C4 8E 74 0 1C 29 17 14 28 3D
Octal 304 216 164 0 34 51 27 24 50 75
Binary 11000100 10001110 1110100 0 11100 101001 10111 10100 101000 111101

Color Harmonies of #C48E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48E74

Black with #C48E74

Text Example


Text Example

White with #C48E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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